ExecuteResultSet Method
Sends the CommandText to the Connection and builds a SqlCeResultSet.
Overload List
Name | Description | |
---|---|---|
ExecuteResultSet(ResultSetOptions) | Sends the CommandText to the Connection and builds a SqlCeResultSet by using the ResultSetOptions. | |
ExecuteResultSet(ResultSetOptions, SqlCeResultSet) | Sends the CommandText to the Connection and builds a SqlCeResultSet by using the ResultSetOptions. |
Top