DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowConnectionStringBuilder Class / IncrementalUpdate Property

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