FireDAC.Comp.Client.TFDUpdateSQL.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.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDUpdateSQL

Description

Gets or sets the connection name.

The ConnectionName property value is the name of a connection, which will be used by all the internal update commands. If the connection name is the same as the one used by the dataset, then leave the ConnectionName property empty. 

Alternatively, the Connection may be specified.

See Also