DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / C1OAuthConnectionStringBuilder Class / Offline Property

In This Topic
    Offline Property (C1OAuthConnectionStringBuilder)
    In This Topic
    Specifies whether or not accessing an invalid cached table should throw an exception or if the table will be refreshed. Default is false/not.
    Syntax
    'Declaration
     
    Public Property Offline As Boolean
    public bool Offline {get; set;}
    See Also