ExecuteReader() Method

Syntax:

public RdmDataReader ExecuteReader()

Description:

Executes the CommandText, returning the result set in an RdmDataReader.

Return Value:

Type: RdmDataReader

An RdmDataReader used to retrieve the results.

Exceptions:

Exception Condition
RdmException The SQL engine encountered an error processing the command.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbCommand.ExecuteReader()