Click or drag to resize
MappingTrackerAddAliasObjectRelation Method
Adds the alias-object relation for an aliased llblgen pro object (entity, derived table) These combinations are necessary to find back an object based on a relation so new relations can be build with the same object.

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 void AddAliasObjectRelation(
	string aliasString,
	Object aliasedObject
)

Parameters

aliasString
Type: SystemString
The alias string.
aliasedObject
Type: SystemObject
The aliased object.
See Also