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.8.0.0 (5.8.21.0111)
Syntaxpublic List<string> AliasesOfEntitiesAlreadyTypeFiltered { get; set; }Public Property AliasesOfEntitiesAlreadyTypeFiltered As List(Of String)
	Get
	Set
Property Value
Type: 
ListString
See Also