Validate method: CONQRSMGR class
Syntax
Validate()
Description
Use this method to validate the following:
-
The existence of each query used in the connected query.
-
Whether mapped fields used in the connected query object are still part of the QueryOutputFields collection for each query.
-
The user security access for each query.
If validation fails, Validate populates an error string with the error details.
Parameters
None.
Returns
A Boolean value: True if the connected query passes all the validation checks, False otherwise.
Related Topics