Click or drag to resize

MappingTrackerFindRealObjectAlias Method

Returns the real alias for the member info specified, from the top scope to the bottom, and ignores scope rules. It will return the first matching real alias, without checking whether the alias is in scope.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public SetAlias FindRealObjectAlias(
	MemberInfo info
)

Parameters

info
Type: System.ReflectionMemberInfo

Return Value

Type: SetAlias
See Also