SystemObjects Property (SalesforceConnectionStringBuilder)
Determines whether to provide access to Salesforce system columns such as CreationDate, IsDeleted, etc.
public bool SystemObjects {get; set;}
'Declaration
Public Property SystemObjects As Boolean
Property Value
true, if access to the Salesforce system columns is provided; otherwise,
false. The default value is
false.