ReadByName
Indicates whether the provider uses the ReadByName clause when querying Sage Intacct.
Data Type
bool
Default Value
false
Remarks
Use this property only when UseLegacy is set to True. It is rare for tables or views to require setting this property.
When this property is enabled, the provider only supports the following query filters:
- The table or view's primary key
- = operator
- IN clause
If no criteria are specified, a ReadByQuery clause is used instead in the XML request.