ExecuteReader Method
Sends the CommandText to the Connection and builds a SqlCeDataReader.
Overload List
Name | Description | |
---|---|---|
![]() |
ExecuteReader() () () () | Sends the CommandText to the Connection and builds a SqlCeDataReader. |
![]() |
ExecuteReader(CommandBehavior) | Sends the CommandText to the Connection and builds a SqlCeDataReader by using one of the CommandBehavior values. |
Top