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

In This Topic
    IncrementalUpdate Property (C1SalesforceConnectionStringBuilder)
    In This Topic
    Specifies whether incremental caching is considered or not. Default is false/not.
    Syntax
    'Declaration
     
    Public Property IncrementalUpdate As Boolean
    public bool IncrementalUpdate {get; set;}
    See Also