FireDAC.Comp.Client.TFDUpdateSQL.Connection

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 Connection: TFDCustomConnection read FConnection write SetConnection;

C++

__property TFDCustomConnection* Connection = {read=FConnection, write=SetConnection};

Description

Gets or sets the connection object.

The Connection property value points to the connection object, which will be assigned to all the internal update commands. If the connection is the same as the one used by the dataset, then leave the Connection property empty.

Alternatively, the ConnectionName property value may be specified.

See Also