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#]
new public NpgsqlDataReader ExecuteReader();

Return Value

A NpgsqlDataReader object.

See Also

NpgsqlCommand Class | Npgsql Namespace | NpgsqlCommand.ExecuteReader Overload List