Click or drag to resize

DataAccessFilter Properties

The DataAccessFilter type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count of the filter conditions in the filter.
Public propertyFetch
Gets or sets the fetch clause. The OFFSET-FETCH clause provides you with an option to fetch only a window or page of results from the result set.
Public propertyFilterConditions
List of search arguments, used to filter the query
Public propertyOffset
Gets or sets the offset clause. The OFFSET-FETCH clause provides you with an option to fetch only a window or page of results from the result set.
Public propertyOrderByFields
Gets the order by fields.
Top
See Also