Data.DBXDelegate.TDBXDelegateConnection

From RAD Studio API Documentation

TDBXDelegateConnectionData.DBXCommon.TDBXConnectionSystem.TObject

Delphi

TDBXDelegateConnection = class(TDBXConnection)

C++

class PASCALIMPLEMENTATION TDBXDelegateConnection : public Data::Dbxcommon::TDBXConnection

Properties

Type Visibility Source Unit Parent
class public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate Data.DBXDelegate

Description

Connection for the dbExpress driver framework Data.DBXDelegate.TDBXDelegateConnection inherits from Data.DBXCommon.TDBXConnection. All content below this line refers to Data.DBXCommon.TDBXConnection.

Connection for the dbExpress driver framework

This class represents a connection for the dbExpress driver framework. It provides support for creating commands, retrieving database records and related metadata, and transaction management.

Use the TDBXConnection.CreateCommand to create a TDBXReader object to read database records.

See Also