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