DataExtensionsRetrieveData Method

Overload List

RetrieveData(DbCommand, String, Object) Executes the SQL statement using DbCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
RetrieveData(DbConnection, String, Object) Executes the SQL statement using DbConnection, and returns the first DataTable of result set, if the result set contains multiple tables.
RetrieveData(DbCommand, Int32, String, Object) Executes the SQL statement using DbCommand, and returns the first DataTable of result set, if the result set contains multiple tables.
RetrieveData(DbConnection, Int32, String, Object) Executes the SQL statement using DbConnection, and returns the first DataTable of result set, if the result set contains multiple tables.

See Also