Skip to main content

ConnectionProviderSql.FormatBinary(BinaryOperatorType, String, String) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public virtual string FormatBinary(
    BinaryOperatorType operatorType,
    string leftOperand,
    string rightOperand
)

Parameters

Name Type
operatorType BinaryOperatorType
leftOperand String
rightOperand String

Returns

Type
String
See Also