Executes a Transact-SQL statement defined in CommandText property of AdpCommand and returns a DataTable object.
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);
AdpCommand Class | Advanced.Data.Provider Namespace