FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver.Connection
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.BatchMove.SQL.pas FireDAC.Comp.BatchMove.SQL.hpp
| |
Unit: FireDAC.Comp.BatchMove.SQL | |
Parent: TFDBatchMoveSQLDriver |
Delphi
property Connection: TFDCustomConnection read FConnection write SetConnection;
C++
__property Firedac::Comp::Client::TFDCustomConnection* Connection = {read=FConnection, write=SetConnection};
Description
Use the Connection property to specify the connection object.
The Connection property value points to the connection object. Use the ConnectionName property as an alternative to specify the connection object. The Connection property value must be specified before the Execute call.