dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlCommand Class / ExecuteReader Method

In This Topic
ExecuteReader Method
In This Topic
Sends the CommandText to the Connection and builds a PgSqlDataReader.
Overload List
OverloadDescription
Sends the CommandText to the Connection and builds a PgSqlDataReader.  
Sends the CommandText to the Connection, and builds a PgSqlDataReader using one of the System.Data.CommandBehavior values.  
See Also