Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public Object FindAliasedObject(
	string aliasString
)

Parameters

aliasString
Type: SystemString
The alias string.

Return Value

Type: Object
Entity type or DerivedTable object
See Also