SystemObjects Property (SalesforceConnectionStringBuilder)
Determines whether to provide access to Salesforce system columns such as CreationDate, IsDeleted, etc.
'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.