| MappingTrackerFindAliasedObject Method  | 
 
            Finds the aliased LLBLGen Pro object with the alias string specified. The object is part of a join, and the alias is originating from a field which
            refers to elements in a source (e.g. join)
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic Object FindAliasedObject(
	string aliasString
)
Public Function FindAliasedObject ( 
	aliasString As String
) As Object
Parameters
- aliasString
 - Type: SystemString
The alias string. 
Return Value
Type: 
ObjectEntity type or DerivedTable object
See Also