Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
public AliasContainer ContainedAliases { get; set; }

Property Value

Type: AliasContainer
See Also