An indooGrid Documented Class Library

sqlDialect.limitModes Enumeration

Type of limiting rows with sql statement.

[Visual Basic]
Public Enum sqlDialect.limitModes
[C#]
public enum sqlDialect.limitModes

Remarks

Members

Member Name Description
top Top sql clause (at beginning of sql treatment).
limit Limit sql value (at end of sql statement)
row_number Similar as "fast" sql standard 2003, but with Row_number function. Subquery.
rownum Similar as "fast" sql standard 2003, but without as clause. Subquery.
fetchFirstRowsOnly Fetch first sql close (at the end of sql statement)
fastSqlStandard2003 Subquery defined by SQL standard 2003.
none No limiting queries.

Requirements

Namespace: Indoo.Data

Assembly: indooGrid20 (in indooGrid20.dll)

See Also

Indoo.Data Namespace