Click or drag to resize
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)
Syntax
public static string CreateKeyValue(
	MemberInfo property
)

Parameters

property
Type: System.ReflectionMemberInfo
The property.

Return Value

Type: String
the key to use
See Also