FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: TFDCustomConnection read FConnection write SetConnection;

C++

__property Firedac::Comp::Client::TFDCustomConnection* Connection = {read=FConnection, write=SetConnection};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.BatchMove.SQL.pas
FireDAC.Comp.BatchMove.SQL.hpp
FireDAC.Comp.BatchMove.SQL TFDBatchMoveSQLDriver

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.

See Also