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

ICustomFunctionOperatorFormattable.Format(Type, String[]) Method

When implemented by a custom function, formats a database-specific SQL command that corresponds to this function.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.1.dll

Declaration

string Format(
    Type providerType,
    params string[] operands
)

Parameters

Name Type Description
providerType Type

A Type object specifying a data store (database) provider. For example, MSSqlConnectionProvider.

operands String[]

An array of operands (parameters) passed to a custom function.

Returns

Type Description
String

A String specifying a SQL command, which will substitute a custom function’s calls in query statements.

See Also