Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public string Key { get; }

Property Value

Type: String
See Also