DataAccessQuery Class |
Namespace: Aloe.SystemFrameworks.Domain.DataAccess
The DataAccessQuery type exposes the following members.
| Name | Description | |
|---|---|---|
| DataAccessQuery |
Initializes a new instance of the DataAccessQuery class.
|
| Name | Description | |
|---|---|---|
| MaxRows |
The maximum number of rows to retrieve. 0 means to retrieve all rows, matching the filter
| |
| QueryName |
The name of the query which to execute
| |
| StartingRow |
The row number from which to start retrieving rows
| |
| Where |
List of search arguments, used to filter the query
|
| Name | Description | |
|---|---|---|
| AddFilterCondition |
Adds the filter condition to the where list.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |