Click or drag to resize
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)
Syntax
public void AddFieldToQuery(
	IEntityFieldCore field,
	bool fixAliasDuplicates
)

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