DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneConnectionStringBuilder Class / IncrementalUpdateColumn Property

In This Topic
    IncrementalUpdateColumn Property (C1KintoneConnectionStringBuilder)
    In This Topic
    Specifies the name of the column used for storing the time of the last change of each row.
    Syntax
    'Declaration
     
    Public Property IncrementalUpdateColumn As String
    public string IncrementalUpdateColumn {get; set;}
    See Also