Overload | Description |
---|---|
PgSqlSelectLimit Constructor() | Initializes a new instance of the PgSqlSelectLimit class. |
PgSqlSelectLimit Constructor(Int32,Int32) | Initializes a new instance of the PgSqlSelectLimit class with given offset and count values. |
PgSqlSelectLimit Constructor(String,String) | Initializes a new instance of the PgSqlSelectLimit class with given offset and count values. |