FunctionMapping Properties |
The FunctionMapping type exposes the following members.
Name | Description | |
---|---|---|
![]() | CatalogName |
Gets the name of the catalog (optional, can be empty), where the database function can be found in.
|
![]() | DbFunctionCallPattern |
Gets the DbFunctionCall pattern to use, which is the pattern used in the DbFunctionCall object which will take care
of the function call text in the resulting query.
|
![]() | FunctionName |
Gets the name of the .NET function or operator (in string form, e.g. "+") which equivalent should be called. Example: Concat.
|
![]() | Key |
Gets the key of this mapping, which is build from function name, typename and parameter count. It has the format as defined in
FunctionMappingStore.KeyFormat: FunctionName|TypeName|ParameterCount. Example: Concat|System.String|2
|
![]() | ParameterCount |
Gets the parameter count of the function / operator. This number has to be equal to the # of parameters of the db
equivalent.
|
![]() | SchemaName |
Gets the name of the schema (optional, can be empty), where the database function can be found in.
|
![]() | TypeName |
Gets the name of the type defining the .NET function. Example: System.String.
|