DataExtensionsRetrieveDataSet Method

Overload List

RetrieveDataSet(DbCommand, String, Object) Executes the SQL statement using DbCommand, and returns the DataSet that may contain multiple tables, depending on the SQL statement.
RetrieveDataSet(DbConnection, String, Object) Executes the SQL statement using DbConnection, and returns the DataSet that may contain multiple tables, depending on the SQL statement.
RetrieveDataSet(DbCommand, Int32, String, Object) Executes the SQL statement using DbCommand, and returns the DataSet that may contain multiple tables, depending on the SQL statement.
RetrieveDataSet(DbConnection, Int32, String, Object) Executes the SQL statement using DbConnection, and returns the DataSet that may contain multiple tables, depending on the SQL statement.

See Also