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.5.0.0 (5.5.18.1019)
Syntax
public static string CreateKeyValue(
	MemberInfo property
)

Parameters

property
Type: System.ReflectionMemberInfo
The property.

Return Value

Type: String
the key to use
See Also