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.4.0.0 (5.4.0)
Syntax public 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