Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of the isQuerySchemaInitialized property.
Syntax
public boolean isQuerySchemaInitialized([boolean _isQuerySchemaInitialized])
Run On
Client
Parameters
- _isQuerySchemaInitialized
Type: boolean
The new value of the property; optional.
Return Value
Type: boolean
The current value of the property.
Remarks
If the current value is false the initializeQuerySchema method is automatically called when any of the following methods are called: getQuerySchema or executeQuery.