UniDAC

TUniTable Class

A component for retrieving and updating data in a single table without writing SQL statements.

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

Unit

Uni

Syntax

TUniTable = class(TCustomUniTable);

Remarks

The TUniTable component allows retrieving and updating data in a single table without writing SQL statements. Use TUniTable to access data in a table . Use the TableName property to specify table name. TUniTable uses the KeyFields property to build SQL statements for updating table data. KeyFields is a string containing a semicolon-delimited list of the field names.

Inheritance Hierarchy

TMemDataSet
   TCustomDADataSet
      TCustomUniDataSet
         TCustomUniTable
            TUniTable

See Also

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