Class Query
- Namespace
- Dynamicweb.Content.Items.Queries
- Assembly
- Dynamicweb.dll
Represents an item query.
- Inheritance
-
Query
- Inherited Members
Constructors
Query()
Initializes a new instance of an object.
Properties
Amount
Gets or sets the amount of records to select.
Property Value
Remarks
The value lower or equal to zero indicates that all results will be selected.
Fields
Gets or sets the list of fields to be selected.
Property Value
Remarks
Empty list or null value indicates that all fields will be selected.
Offset
Gets or sets the number of results so skip during the selection process.
Property Value
Remarks
The value lower or equal to zero indicates that no items will be skipped.
OrderBy
Gets or sets the collection of objects specifying how results must be ordered.
Property Value
Remarks
Empty list or null value indicates that results will be ordered by row Id.
Where
Gets or sets the collection of objects specifying where conditions.
Property Value
Remarks
Empty list or null value indicates that there are no additional where conditions.