ExecuteReader Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Data.SqlClient Namespac ...
SqlCommand Class
SqlCommand Methods
ExecuteReader Method
ExecuteReader Method
ExecuteReader Method (CommandB ...
SqlCommand Methods
BeginExecuteNonQuery Method
BeginExecuteReader Method
BeginExecuteXmlReader Method
Cancel Method
Clone Method
CreateParameter Method
CreateParameter Method
Dispose Method
EndExecuteNonQuery Method
EndExecuteReader Method
EndExecuteXmlReader Method
ExecuteNonQuery Method
ExecuteReader Method
ExecuteReader Method
ExecuteScalar Method
ExecuteXmlReader Method
Finalize Method
ICloneable.Clone Method
IDisposable.Dispose Method
MemberwiseClone Method
Prepare Method
ResetCommandTimeout Method
ToString Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
SqlCommand
.
.
::
.
ExecuteReader Method
Sends the
CommandText
to the
Connection
and builds a
SqlDataReader
.
Overload List
Name
Description
ExecuteReader
()
()
()
Sends the
CommandText
to the
Connection
and builds a
SqlDataReader
.
ExecuteReader(CommandBehavior)
Sends the
CommandText
to the
Connection
, and builds a
SqlDataReader
using one of the
CommandBehavior
values.
Top
See Also
Reference
SqlCommand Class
SqlCommand Members
System.Data.SqlClient Namespace
Tags :