2 out of 16 rated this helpful - Rate this topic

SqlCommand.ExecuteReader Method

Sends the CommandText to the Connection and builds a SqlDataReader.

Name Description
SqlCommand.ExecuteReader () Sends the CommandText to the Connection and builds a SqlDataReader.

Supported by the .NET Compact Framework.

SqlCommand.ExecuteReader (CommandBehavior) Sends the CommandText to the Connection, and builds a SqlDataReader using one of the CommandBehavior values.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.