Skip to main content

ConnectionProviderSql.FormatFunction(FunctionOperatorType, String[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public virtual string FormatFunction(
    FunctionOperatorType operatorType,
    params string[] operands
)

Parameters

Name Type
operatorType FunctionOperatorType
operands String[]

Returns

Type
String
See Also