Skip to main content

ConnectionProviderSql.GetCustomFunctionOperator(String) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public ICustomFunctionOperatorFormattable GetCustomFunctionOperator(
    string functionName
)

Parameters

Name Type
functionName String

Returns

Type
ICustomFunctionOperatorFormattable
See Also