Share via


SqlCeDatabase.ExecuteDataSet 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
Ee743669.pubmethod(en-us,PandP.10).gif ExecuteDataSet(DbCommand)

Executes the command and returns the results in a new DataSet.

(Inherited from Database.)
Ee743669.pubmethod(en-us,PandP.10).gif ExecuteDataSet(DbCommand, DbTransaction)

Executes the command as part of the transaction and returns the results in a new DataSet.

(Inherited from Database.)
Ee743669.pubmethod(en-us,PandP.10).gif ExecuteDataSet(CommandType, String)

Executes the commandText interpreted as specified by the commandType and returns the results in a new DataSet.

(Inherited from Database.)
Ee743669.pubmethod(en-us,PandP.10).gif ExecuteDataSet(String, array<Object[])
Stored procedures are not support on SQL Server CE.
(Overrides DatabaseExecuteDataSet(String, array<Object[]).)
Ee743669.pubmethod(en-us,PandP.10).gif ExecuteDataSet(DbTransaction, String, array<Object[])

Executes the storedProcedureName with parameterValues as part of the transaction and returns the results in a new DataSet within a transaction.

(Inherited from Database.)
Ee743669.pubmethod(en-us,PandP.10).gif ExecuteDataSet(DbTransaction, CommandType, String)

Executes the commandText as part of the given transaction and returns the results in a new DataSet.

(Inherited from Database.)

See Also

SqlCeDatabase Class

SqlCeDatabase Members

Microsoft.Practices.EnterpriseLibrary.Data.SqlCe Namespace