ExposeConceptualEntities
Boolean determining if the Salesforce record types / conceptual entities should be exposed as tables.
データ型
bool
デフォルト値
false
解説
Boolean determining if the Salesforce record types / conceptual entities should be exposed as tables.
Each Salesforce object can have its record types. e.g: The Account object can have records of type: Partner, Customer.
If this property is set to true, the driver will expose one additional table for each record type: Account_Partner, Account_Customer.