Click or drag to resize

DataAccessQuery Properties

The DataAccessQuery type exposes the following members.

Properties
  NameDescription
Public propertyMaxRows
The maximum number of rows to retrieve. 0 means to retrieve all rows, matching the filter
Public propertyQueryName
The name of the query which to execute
Public propertyStartingRow
The row number from which to start retrieving rows
Public propertyWhere
List of search arguments, used to filter the query
Top
See Also