Advanced.Data.Provider Documentation

AdpCommand.ExecuteDataTable Method

[This is preliminary documentation and subject to change.]

Executes a Transact-SQL statement defined in CommandText property of AdpCommand and returns a DataTable object.

Overload List

Executes a Transact-SQL statement defined in CommandText property of AdpCommand and returns a DataTable object.

public DataTable ExecuteDataTable();

Executes a Transact-SQL statement defined in CommandText property of AdpCommand and returns a DataTable object.

public DataTable ExecuteDataTable(string);

See Also

AdpCommand Class | Advanced.Data.Provider Namespace