FunctionMappingKey Property |
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
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public string Key { get; }
Public ReadOnly Property Key As String
Get
Property Value
Type:
StringSee Also