Click or drag to resize
FunctionMappingStoreCreateKeyValue Method (MethodInfo)
Creates the key value for the method's methodInfo specified

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 static string CreateKeyValue(
	MethodInfo method
)

Parameters

method
Type: System.ReflectionMethodInfo
The method.

Return Value

Type: String
The key to use
See Also