| FunctionMappingStoreCreateKeyValue Method (MemberInfo) | 
 
            Creates the key value for the property's memberinfo 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(
	MemberInfo property
)
Public Shared Function CreateKeyValue ( 
	property As MemberInfo
) As String
Parameters
- property
 - Type: System.ReflectionMemberInfo
The property. 
Return Value
Type: 
Stringthe key to use
See Also