QueryPassthrough
This property specifies whether the provider will pass the query to Vault CRM as-is.
Data Type
bool
Default Value
false
Remarks
By default, the server parses and processes the query before sending it to Vault CRM according to the regular SQL-92 standard.
If QueryPassthrough is set to True, the server will not parse the query and will pass it directly to Vault CRM. In this case, the query must use proper VQL syntax.