FireDAC.Comp.Client.TFDCustomCommand.Connection
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomCommand |
Delphi
property Connection: TFDCustomConnection read FConnection write SetConnection stored IsCNS;
C++
__property TFDCustomConnection* Connection = {read=FConnection, write=SetConnection, stored=IsCNS};
Description
Specifies the connection object.
The Connection property value points to the connection object. Alternatively it may be specified by the ConnectionName property value. The Connection property value must be specified before the Prepare call.