| ValueListProjectionDefinitionAddFieldToQuery Method (IEntityFieldCore, Boolean) | 
 
            Adds the field to queryelements, doesn't add the field to projectors
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic void AddFieldToQuery(
	IEntityFieldCore field,
	bool fixAliasDuplicates
)
Public Sub AddFieldToQuery ( 
	field As IEntityFieldCore,
	fixAliasDuplicates As Boolean
)
Parameters
- field
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field. - fixAliasDuplicates
 - Type: SystemBoolean
if set to true it will correct the field's alias with a suffix if there's already a field with the same alias. 
See Also