Share via


SqlCeDatabase.LoadDataSet 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
Ee745718.pubmethod(en-us,PandP.10).gif LoadDataSet(DbCommand, DataSet, String)

Executes the command and adds a new DataTable to the existing DataSet.

(Inherited from Database.)
Ee745718.pubmethod(en-us,PandP.10).gif LoadDataSet(DbCommand, DataSet, array<String>)

Loads a DataSet from a DbCommand.

(Inherited from Database.)
Ee745718.pubmethod(en-us,PandP.10).gif LoadDataSet(DbCommand, DataSet, String, DbTransaction)

Executes the command within the given transaction and adds a new DataTable to the existing DataSet.

(Inherited from Database.)
Ee745718.pubmethod(en-us,PandP.10).gif LoadDataSet(DbCommand, DataSet, array<String>, DbTransaction)

Loads a DataSet from a DbCommand in a transaction.

(Inherited from Database.)
Ee745718.pubmethod(en-us,PandP.10).gif LoadDataSet(CommandType, String, DataSet, array<String>)

Loads a DataSet from command text.

(Inherited from Database.)
Ee745718.pubmethod(en-us,PandP.10).gif LoadDataSet(String, DataSet, array<String>, array<Object[])
Stored procedures are not support on SQL Server CE.
(Overrides DatabaseLoadDataSet(String, DataSet, array<String>, array<Object[]).)
Ee745718.pubmethod(en-us,PandP.10).gif LoadDataSet(DbTransaction, String, DataSet, array<String>, array<Object[])

Loads a DataSet with the results returned from a stored procedure executed in a transaction.

(Inherited from Database.)
Ee745718.pubmethod(en-us,PandP.10).gif LoadDataSet(DbTransaction, CommandType, String, DataSet, array<String>)

Loads a DataSet from command text in a transaction.

(Inherited from Database.)

See Also

SqlCeDatabase Class

SqlCeDatabase Members

Microsoft.Practices.EnterpriseLibrary.Data.SqlCe Namespace