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.9.0.0 (5.9.0)
Syntax public HashSet<SetAlias> AliasesOfEntitiesAlreadyTypeFiltered { get; }
Public ReadOnly Property AliasesOfEntitiesAlreadyTypeFiltered As HashSet(Of SetAlias)
Get
Property Value
Type:
HashSetSetAliasSee Also