SimpleDS.TInternalSQLDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Data.SqlExpr.TCustomSQLDataSetData.DB.TDataSetSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTInternalSQLDataSet

Delphi

TInternalSQLDataSet = class(TCustomSQLDataSet)

C++

class PASCALIMPLEMENTATION TInternalSQLDataSet : public Data::Sqlexpr::TCustomSQLDataSet

Properties

Type Visibility Source Unit Parent
class public
SimpleDS.pas
SimpleDS.hpp
SimpleDS SimpleDS

Description

TInternalSQLDataSet is an SQL bound dataset used to fetch, cache, and apply updates to the SQL database.

The TInternalSQLDataSet class is an SQL bound dataset that is used internally by the TSimpleDataSet class. TSimpleDataSet class uses an instance of TInternalSQLDataSet combined with an instance of TDataSetProvider to fetch, cache, and apply updates to the SQL database.

See Also