Data.Win.ADODB.TADOTable

From RAD Studio API Documentation
Jump to: navigation, search

Data.Win.ADODB.TCustomADODataSetData.DB.TDataSetSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTADOTable

Delphi

TADOTable = class(TCustomADODataSet)

C++

class PASCALIMPLEMENTATION TADOTable : public TCustomADODataSet

Properties

Type Visibility Source Unit Parent
class public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB Data.Win.ADODB

Description

TADOTable is a dataset component that encapsulates a table accessed through an ADO data store.

Use TADOTable to access data in a single database table using ADO. TADOTable provides direct access to every record and field in an underlying database table. An ADO table component can also work with a subset of records within a database table using ranges and filters.

See Also