Click or drag to resize

QueryParametersFieldsForQuery Property

Gets or sets the fields for query. To obtain an array for query production, always call FieldsForQueryAsArray, as this property will return null if this instance was created with the CTor accepting an array of fields.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public IEntityFieldsCore FieldsForQuery { get; set; }

Property Value

Type: IEntityFieldsCore
Remarks
Setting this property to a non-null value will reset the array of fields passed to a ctor of this instance as this property takes precedence.
See Also