dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlCursor Class
Properties Methods

PgSqlCursor Class Members

The following tables list the members exposed by PgSqlCursor.

Public Properties
 NameDescription
Public PropertyGets the PgSqlConnection used by the PgSqlCursor.  
Public PropertyGets the name of the cursor.  
Public PropertyGets or sets a value indicating whether the PgSqlDataReader object will request data from the server on execution ExecuteReader method.  
Public PropertyGets or sets the number of rows that will be transferred across the network at a time if FetchAll is set to false.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Gets an PgSqlDataReader for the specified cursor.  
Top
See Also