FireDAC.Comp.Client.TFDUpdateSQL.ConnectionName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDUpdateSQL

Delphi

property ConnectionName: String read FConnectionName write SetConnectionName;

C++

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

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