Skip to main content

TableQuery Properties

Obsolete. Obsolete. Use the SelectQuery class instead.
Name Description
FilterString Gets or sets the criteria used to filter data returned by the current TableQuery.
GroupFilterString Gets or sets the filter criteria to add to the SELECT statement of the TableQuery containing grouped/aggregated columns.
Grouping Provides access to grouping settings used to group the result set of the current TableQuery by the specified column(s) into a set of summary rows.
IsolationLevel Specifies the isolation level for SqlQuery. Inherited from SqlQuery.
Name Specifies the query name. Inherited from SqlQuery.
Parameters Provides access to the collection of parameters defined for the SqlQuery. Inherited from SqlQuery.
Relations Provides access to the collection of data relations defined for the TableQuery.
Skip Gets or sets the number of rows to skip in a returned query result set.
Sorting Provides access to sort settings used to order the result set of the current TableQuery by the specified column(s).
Tables Provides access to the collection of data tables defined for the TableQuery.
Top Gets or sets the number of rows returned in the query result set.
See Also