| 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)
Syntaxpublic static string CreateKeyValue(
	MethodInfo method
)
Public Shared Function CreateKeyValue ( 
	method As MethodInfo
) As String
Parameters
- method
 - Type: System.ReflectionMethodInfo
The method. 
Return Value
Type: 
StringThe key to use
See Also