Data.SqlExpr.TConnectionData.DelegateConnection
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: Data.SqlExpr.pas Data.SqlExpr.hpp | |
| Unit: Data.SqlExpr | |
| Parent: TConnectionData | |
Delphi
property DelegateConnection: TConnectionData read FDelegateConnection write SetDelegateConnection;
C++
__property TConnectionData* DelegateConnection = {read=FDelegateConnection, write=SetDelegateConnection};
Description
Represents the delegate connection.
DelegateConnection is used to set or read the delegate connection.