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