SqlCeDatabase.ExecuteResultSet Method
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
Overload List
Name | Description | |
---|---|---|
ExecuteResultSet(DbCommand, array<DbParameter[]) |
SQL Server CE provides a new type of data reader, the SqlCeResultSet, that provides new abilities and better performance over a standard reader. This method provides access to this reader.
|
|
ExecuteResultSet(DbCommand, DbTransaction, array<DbParameter[]) |
Executes the result set.
|
|
ExecuteResultSet(DbCommand, ResultSetOptions, array<DbParameter[]) |
SQL Server CE provides a new type of data reader, the SqlCeResultSet, that provides new abilities and better performance over a standard reader. This method provides access to this reader.
|
|
ExecuteResultSet(DbCommand, DbTransaction, ResultSetOptions, array<DbParameter[]) |
Executes the result set.
|