Data.DBXCommon.TDBXConnectionBuilder.DbxContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DbxContext: TDBXContext read FDbxContext;

C++

__property TDBXContext* DbxContext = {read=FDBXContext};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXConnectionBuilder

Description

TDBXContext used for the database connection.

This TDBXContext instance is used for the database connection.

Note: Delegate connections should not use this instance of TDBXContext. They should create their own instead.

See Also