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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also