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.4.0.0 (5.4.0)
Syntaxpublic void AddAliasObjectRelation(
	string aliasString,
	Object aliasedObject
)
Public Sub AddAliasObjectRelation ( 
	aliasString As String,
	aliasedObject As Object
)
Parameters
- aliasString
 - Type: SystemString
The alias string. - aliasedObject
 - Type: SystemObject
The aliased object. 
See Also