LiteDAC

TCustomLiteTable Class

A base class that defines functionality for descendant classes which access data in a single table without writing SQL statements.

For a list of all members of this type, see TCustomLiteTable members.

Unit

LiteAccess

Syntax

TCustomLiteTable = class(TCustomLiteDataSet);

Remarks

TCustomLiteTable implements functionality to access data in a table. Use TCustomLiteTable properties and methods to gain direct access to records and fields in an underlying database without writing SQL statements.

Inheritance Hierarchy

TMemDataSet
   TCustomDADataSet
      TCustomLiteDataSet
         TCustomLiteTable

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback