Click or drag to resize
MappingTrackerFindObjectAlias Method
Overload List
  NameDescription
Public methodFindObjectAlias(ParameterExpression)
Finds the object alias for the parameter specified. This is the alias assigned to the set which is represented by the type specified by the parameter passed in. If the parameter was a parameter of a selector of a side in a join expression, this parameter has the alias for the side it represented.
Public methodFindObjectAlias(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.
Public methodFindObjectAlias(MemberInfo, String)
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.
Top
See Also