Click or drag to resize
MappingTrackerAddAliasContainerToKnownList Method
Adds the alias container to the list of known alias containers.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void AddAliasContainerToKnownList(
	AliasContainer toAdd
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.LinqSupportClassesAliasContainer
To add.
See Also