ConnectionProviderSql.GetCustomFunctionOperator(String) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
public ICustomFunctionOperatorFormattable GetCustomFunctionOperator(
string functionName
)
Parameters
Name | Type |
---|---|
functionName | String |
Returns
Type |
---|
ICustomFunctionOperatorFormattable |
See Also