Click or drag to resize
QueryParametersAliasesOfEntitiesAlreadyTypeFiltered 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. Can be null.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public List<string> AliasesOfEntitiesAlreadyTypeFiltered { get; set; }

Property Value

Type: ListString
See Also