dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceConnectionStringBuilder Class / SystemObjects Property

In This Topic
    SystemObjects Property (SalesforceConnectionStringBuilder)
    In This Topic
    Determines whether to provide access to Salesforce system columns such as CreationDate, IsDeleted, etc.
    Syntax
    'Declaration
     
    Public Property SystemObjects As Boolean
    public bool SystemObjects {get; set;}

    Property Value

    true, if access to the Salesforce system columns is provided; otherwise, false. The default value is false.
    See Also