DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceConnectionStringBuilder Class / IncrementalUpdateColumn Property

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