Skip to main content

CriteriaOperator.ToBasicStyleString(CriteriaOperator, out OperandValue[]) Method

Converts the specified expression into its VB-style string equivalent.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public static string ToBasicStyleString(
    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 ('?') in the result string.

Returns

Type Description
String

The VB-style string representation of this expression.

See Also