Click or drag to resize

QueryExpressionAliasesOfEntitiesAlreadyTypeFiltered Property

Gets or sets the aliases of entities already type filtered. The aliases in this set have already received a type filter, and all fields with the same alias can be skipped for type filtering in the pipeline further

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 HashSet<SetAlias> AliasesOfEntitiesAlreadyTypeFiltered { get; }

Property Value

Type: HashSetSetAlias
See Also