MappingTrackerFindObjectAlias Method (MemberInfo) |
Finds the object alias for the member info specified. This is the alias assigned to the set which is represented by the
memberinfo passed in which is a memberinfo on an anonymous type created in a Join expression as the result of the join.
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public SetAlias FindObjectAlias(
MemberInfo info
)
Public Function FindObjectAlias (
info As MemberInfo
) As SetAlias
Parameters
- info
- Type: System.ReflectionMemberInfo
The MemberInfo to look the alias for.
Return Value
Type:
SetAliasthe alias to find, or empty alias if not found
Remarks Walks all the scopes on the stack.
See Also