Name | Description | |
---|---|---|
Connection | Gets the PgSqlConnection used by the PgSqlCursor. | |
CursorName | Gets the name of the cursor. | |
FetchAll | Gets or sets a value indicating whether the PgSqlDataReader object will request data from the server on execution ExecuteReader method. | |
FetchSize | Gets or sets the number of rows that will be transferred across the network at a time if FetchAll is set to false. |