Data.SqlExpr.TConnectionData.Properties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Properties: TDBXProperties read GetProperties write SetProperties;

C++

__property Data::Dbxcommon::TDBXProperties* Properties = {read=GetProperties, write=SetProperties};

Properties

Type Visibility Source Unit Parent
property published
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TConnectionData

Description

Specifies the properties of the connection.

Use the Properties property to get or set the driver-level name/value pair property settings.

See Also