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