FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver.ConnectionName

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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 ConnectionName: String read FConnectionName write SetConnectionName;

C++

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

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