Click or drag to resize

MappingTracker.FindRealObjectAlias 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.5.0.0 (5.5.18.1019)
Syntax
public SetAlias FindRealObjectAlias(
	MemberInfo info
)

Parameters

info
Type: System.Reflection.MemberInfo

Return Value

Type: SetAlias
See Also