Datasnap.DSConnect.TDSProviderConnection.SQLConnection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSConnect.pas
Datasnap.DSConnect.hpp
Unit: Datasnap.DSConnect
Parent: TDSProviderConnection

Delphi

property SQLConnection: TSQLConnection read FSQLConnection write SetSQLConnection;

C++

__property Data::Sqlexpr::TSQLConnection* SQLConnection = {read=FSQLConnection, write=SetSQLConnection};

Description

Associated TSQLConnection used to connect to server.

SQLConnection is the associated TSQLConnection used to connect to the server.