TableQuery::TableCommand Class

Methods

Create Method

Returns a command object, optionally bound to arguments.

CreateFromResultSet Method

Returns a command object for a result set, optionally bound to arguments - allows post-process of another resultset.

Distinct Method

Distinct based on orderby.

DistinctRow Method

Distinct rows only.

Limit Method

Limit for query (number of records).

OrderBy Method

Order expression.

ReplaceArguments Method

Replace arguments in an expression with xbasic literal values.

Run Method

Run the table command.

Select Method

Select command (with optional list of fields to include).

SelectCount Method

Select Count command ().

StartOffset Method

Start offset.

Where Method

Where expression.

See Also