System.Data.Common.DbCommand.ExecuteReader Method

Executes the DbCommand.CommandText against the DbCommand.Connection, and returns an System.Data.Common.DbDataReader.

Syntax

public DbDataReader ExecuteReader ()

Returns

A System.Data.Common.DbDataReader object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Data.Common
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0