Sends the CommandText to the Connection and builds a NpgsqlDataReader.
Sends the CommandText to the Connection and builds a NpgsqlDataReader.
public NpgsqlDataReader ExecuteReader();
Sends the CommandText to the Connection and builds a NpgsqlDataReader using one of the CommandBehavior values.
public NpgsqlDataReader ExecuteReader(CommandBehavior);