QueryPassthrough
This property specifies whether the provider will pass the query to Vault CRM as-is.
データ型
bool
デフォルト値
false
解説
By default, the connector 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 connector will not parse the query and will pass it directly to Vault CRM. In this case, the query must use proper VQL syntax.