SetExpressionContainedAliases Property |
Gets or sets the AliasContainer which contains the aliases inside this direct set which are reachable only INSIDE this set.
If null, it has no aliases directly inside this set, it can be the source might have contained aliases.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax public AliasContainer ContainedAliases { get; set; }
Public Property ContainedAliases As AliasContainer
Get
Set
Property Value
Type:
AliasContainerSee Also