Npgsql API Docs

NpgsqlCommand.ExecuteReader Method ()

Sends the CommandText to the Connection and builds a NpgsqlDataReader.

[Visual Basic]
Overloads Public Function ExecuteReader() As NpgsqlDataReader
[C#]
public NpgsqlDataReader ExecuteReader();

Return Value

A NpgsqlDataReader object.

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlCommand.ExecuteReader

See Also

NpgsqlCommand Class | Npgsql Namespace | NpgsqlCommand.ExecuteReader Overload List