Description
End an McDBQuery condition assignment precedence level.
-
Return Type
-
None
-
Syntax
-
object.CloseBracket
The CloseBracket Method syntax has these parts: |
| object | An expression evaluating to an object of type McDBQuery. | Remarks
This method is the complement of the OpenBracket() method.
Exceptions
Notes
It is necessary to call CloseBracket once for each call to OpenBracket, or else the McDBQuery will fail, when executed. This type of Syntax checking for the McDBQuery being formed is not done until it is executed.
|