Limit options supported by SQL Server.
Namespace:
Tortuga.Chain
Assembly:
Tortuga.Chain.SQLite (in Tortuga.Chain.SQLite.dll)
public enum SQLiteLimitOption
Public Enumeration SQLiteLimitOption
public enum class SQLiteLimitOption
| Member name | Description |
---|
| None |
No limits were applied.
|
| Rows |
Uses OFFSET/FETCH
|
| RandomSampleRows |
Randomly sample the indicated number of rows
|
This is a strict subset of LimitOptions