Click or drag to resize

AdoDataConnectionExecuteReader Method

Overload List
  Name Description
Public method ExecuteReader(String, Object) Executes the SQL statement using Connection, and builds a IDataReader.
Public method ExecuteReader(Int32, String, Object) Executes the SQL statement using Connection, and builds a IDataReader.
Public method ExecuteReader(CommandBehavior, Int32, String, Object) Executes the SQL statement using Connection, and builds a IDataReader.
Top
See Also