Creates a new CQGConditionRequest object based on the condition name.
Visual Basic |
---|
Public Function CreateConditionRequest( _ ByVal condition_name As String _ ) As CQGConditionRequest |
- condition_name
Indicates the requested condition's name.
An exception will be thrown if no condition exists with the specified name.
The CQGConditionRequest.BaseExpression, CQGConditionRequest.RangeStart, CQGConditionRequest.RangeEnd properties, as well as all CQGConditionRequest.Parameter-s do not have default values and must be provided before passing the CQGConditionRequest object to the CQGCEL.RequestCondition method.