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

ConnectionProviderSql.GetCustomFunctionOperator(String) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v19.1.dll

Declaration

public ICustomFunctionOperatorFormattable GetCustomFunctionOperator(
    string functionName
)

Parameters

Name Type
functionName String

Returns

Type
ICustomFunctionOperatorFormattable
See Also