SqlDatabase.ExecuteDataSet(DbCommand) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Data::DataSet ^ ExecuteDataSet(System::Data::Common::DbCommand ^ command);
public System.Data.DataSet ExecuteDataSet (System.Data.Common.DbCommand command);
member this.ExecuteDataSet : System.Data.Common.DbCommand -> System.Data.DataSet
Public Function ExecuteDataSet (command As DbCommand) As DataSet
Parameters
- command
- DbCommand