Datasnap.DSConnect.TDSProviderConnection.SQLConnection
| [–] 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.