Sends the CommandText to the Connection and builds a NpgsqlDataReader.
Sends the CommandText to the Connection and builds a NpgsqlDataReader.
new public NpgsqlDataReader ExecuteReader();
Sends the CommandText to the Connection and builds a NpgsqlDataReader using one of the CommandBehavior values.
new public NpgsqlDataReader ExecuteReader(CommandBehavior);
NpgsqlCommand Class | Npgsql Namespace