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.6.0.0 (5.6.19.0117)
Syntax public IEntityFieldsCore FieldsForQuery { get; set; }
Public Property FieldsForQuery As IEntityFieldsCore
Get
Set
Property Value
Type:
IEntityFieldsCoreRemarks 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