DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataConnectionStringBuilder Class / IncrementalUpdateColumn Property

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