SqlDatabase.LoadDataSet Method
Include Protected Members
Include Inherited Members
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. |
Overload List
Name | Description | |
---|---|---|
LoadDataSet(DbCommand, DataSet, String) | (Inherited from Database.) | |
LoadDataSet(DbCommand, DataSet, array<String>) | (Inherited from Database.) | |
LoadDataSet(CommandType, String, DataSet, array<String>) | Loads a DataSet from command text. |
|
LoadDataSet(DbCommand, DataSet, String, DbTransaction) | (Inherited from Database.) | |
LoadDataSet(DbCommand, DataSet, array<String>, DbTransaction) | (Inherited from Database.) | |
LoadDataSet(String, DataSet, array<String>, array<Object>) | Loads a DataSet with the results returned from a stored procedure. |
|
LoadDataSet(DbTransaction, CommandType, String, DataSet, array<String>) | Loads a DataSet from command text in a transaction. |
|
LoadDataSet(DbTransaction, String, DataSet, array<String>, array<Object>) | Loads a DataSet with the results returned from a stored procedure executed in a transaction. |
See Also
Microsoft.Practices.EnterpriseLibrary.Data.Sql Namespace
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. |