FunctionMapping Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The FunctionMapping type exposes the following members.
Name | Description | |
---|---|---|
![]() | FunctionMapping(String, String, Int32, String) |
Initializes a new instance of the FunctionMapping class.
|
![]() | FunctionMapping(Type, String, Int32, String) |
Initializes a new instance of the FunctionMapping class.
|
![]() | FunctionMapping(String, String, Int32, String, String, String) |
Initializes a new instance of the FunctionMapping class.
|
![]() | FunctionMapping(Type, String, Int32, String, String, String) |
Initializes a new instance of the FunctionMapping class.
|
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |