Skip to main content

ConnectionProviderSql.FormatFunction(ProcessParameter, FunctionOperatorType, Object[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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

Parameters

Name Type
processParameter DevExpress.Xpo.DB.Helpers.ProcessParameter
operatorType FunctionOperatorType
operands Object[]

Returns

Type
String
See Also