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)
Syntaxpublic SetAlias FindRealObjectAlias(
	MemberInfo info
)
Public Function FindRealObjectAlias ( 
	info As MemberInfo
) As SetAlias
Parameters
- info
 - Type: System.ReflectionMemberInfo
 
Return Value
Type: 
SetAlias
See Also