CriteriaOperator.ToString(CriteriaOperator) Method
In This Article
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
)
#Parameters
Name | Type | Description |
---|---|---|
criteria | Criteria |
A Criteria |
#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
See Also