0 out of 2 rated this helpful - Rate this topic

DatabaseLoadDataSet 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.

  NameDescription
Public method LoadDataSet(DbCommand, DataSet, String)

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

Public method LoadDataSet(DbCommand, DataSet, String)

Loads a DataSet from a DbCommand.

Public method LoadDataSet(CommandType, String, DataSet, String)

Loads a DataSet from command text.

Public method LoadDataSet(DbCommand, DataSet, String, DbTransaction)

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

Public method LoadDataSet(DbCommand, DataSet, String, DbTransaction)

Loads a DataSet from a DbCommand in a transaction.

Public method LoadDataSet(String, DataSet, String, Object)

Loads a DataSet with the results returned from a stored procedure.

Public method LoadDataSet(DbTransaction, CommandType, String, DataSet, String)

Loads a DataSet from command text in a transaction.

Public method LoadDataSet(DbTransaction, String, DataSet, String, Object)

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

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.

Did you find this helpful?
(1500 characters remaining)