Click or drag to resize

CargoQueryParameters Properties

This is preliminary documentation and is subject to change.

The CargoQueryParameters type exposes the following members.

Properties
 NameDescription
Public propertyFieldsThe table field(s) to retrieve.
Public propertyGroupByField(s) on which to group results, corresponding to an SQL GROUP BY clause.
Public propertyHavingConditions for grouped values, corresponding to an SQL HAVING clause.
Public propertyJoinOnConditions for joining multiple tables (LEFT OUTER JOIN), corresponding to an SQL JOIN ON clause.
Public propertyLimitA limit on the number of results returned.
Public propertyOffsetThe query offset.
Public propertyOrderByThe order of results, corresponding to an SQL ORDER BY clause.
Public propertyTablesThe Cargo database table or tables on which to search.
Public propertyWhereThe conditions for the query, corresponding to an SQL WHERE clause.
Top
See Also