CriteriaOperator.ToCStyleString(CriteriaOperator, out OperandValue[]) Method
Converts the specified expression into its C#-style string equivalent.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public static string ToCStyleString(
CriteriaOperator criteria,
out OperandValue[] criteriaParametersList
)
Parameters
Name | Type | Description |
---|---|---|
criteria | CriteriaOperator | The criterion to convert into a string. |
criteriaParametersList | OperandValue[] | Values that are marked by the question mark ( |
Returns
Type | Description |
---|---|
String | The VB-style string representation of this expression. |
See Also