Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlLimitOption Enumeration

Limit options supported by PostgreSQL.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)

Syntax


public enum PostgreSqlLimitOption
Public Enumeration PostgreSqlLimitOption
public enum class PostgreSqlLimitOption

Members


Member nameDescription
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.

Remarks


This is a strict subset of LimitOptions