Data.DBXCommon.TDBXConnection

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDBXConnection = class
C++
class PASCALIMPLEMENTATION TDBXConnection : public System::TObject
Description
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.