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