Skip to main content
A newer version of this page is available. .

ConnectionProviderSql.FormatFunction(FunctionOperatorType, String[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.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