SqlCeCommand.ExecuteResultSet Method
Include Protected Members
Include Inherited Members
Sends the CommandText to the Connection and builds a SqlCeResultSet.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
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