Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommand.ExecuteReader Method ()

Executes the query and builds an FbDataReader object.

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

Return Value

An FbDataReader object.

Exceptions

Exception Type Condition
InvalidOperationException

The connection does not exist.

-or-

The connection is not open.

-or-

The transaction is not valid.

See Also

FbCommand Class | FirebirdSql.Data.Firebird Namespace | FbCommand.ExecuteReader Overload List