Advanced.Data.Provider Documentation | |
AdpCommand.ExecuteDataSet Method (String)
[This is preliminary documentation and subject to change.]
Executes a Transact-SQL statement defined in CommandText property of AdpCommand and returns a DataSet object.
[Visual Basic]Overloads Public Function ExecuteDataSet( _
ByVal
table As
String _
) As
DataSet Parameters
- table
- The table name.
Return Value
A DataSet object.
See Also
AdpCommand Class | Advanced.Data.Provider Namespace | AdpCommand.ExecuteDataSet Overload List