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.6.0.0 (5.6.19.0117)
Syntaxpublic string Key { get; }Public ReadOnly Property Key As String
	Get
Property Value
Type: 
String
See Also