DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SConnectionStringBuilder Class / IncrementalUpdateColumn Property

In This Topic
    IncrementalUpdateColumn Property (C1D365SConnectionStringBuilder)
    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