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

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