FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver.ConnectionName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionName: String read FConnectionName write SetConnectionName;

C++

__property System::UnicodeString ConnectionName = {read=FConnectionName, write=SetConnectionName};

Properties

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

Description

Specifies the connection object name.

The ConnectionName property value points to the connection object name. Alternatively it may be specified by the Connection property value. The ConnectionName property value must be specified before the FireDAC.Comp.BatchMove.TFDBatchMove.Execute call.

See Also