Share via


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
Ee775779.pubmethod(en-us,PandP.10).gif 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.
Ee775779.pubmethod(en-us,PandP.10).gif ExecuteResultSet(DbCommand, DbTransaction, array<DbParameter[])
Executes the result set.
Ee775779.pubmethod(en-us,PandP.10).gif 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.
Ee775779.pubmethod(en-us,PandP.10).gif ExecuteResultSet(DbCommand, DbTransaction, ResultSetOptions, array<DbParameter[])
Executes the result set.

See Also

SqlCeDatabase Class

SqlCeDatabase Members

Microsoft.Practices.EnterpriseLibrary.Data.SqlCe Namespace