PostgreSqlLimitOption Enumeration
Limit options supported by PostgreSQL.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Members
Member name | Description | |
---|---|---|
None | No limits were applied. | |
Rows | Returns the indicated number of rows with optional offset | |
TableSampleSystemPercentage | Randomly sample N percentage of rows using the Table Sample System algorithm. | |
TableSampleBernoulliPercentage | Randomly sample N percentage of rows using the Table Sample Bernoulli algorithm. |