CriteriaOperator.ToString(CriteriaOperator, out OperandValue[]) Method
Converts the specified expression into its equivalent string in VB style.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public static string ToString(
CriteriaOperator criteria,
out OperandValue[] criteriaParametersList
)
#Parameters
Name | Type | Description |
---|---|---|
criteria | Criteria |
A Criteria |
criteria |
Operand |
[out] Receives the values that are marked by question mark character in the result string. |
#Returns
Type | Description |
---|---|
String | A string representation of the specified expression. |
#Remarks
To convert the string representation of an expression into its CriteriaOperator equivalent, use the CriteriaOperator.Parse method.
Note
The To