FireDAC.Comp.Client.TFDUpdateSQL.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: TFDCustomConnection read FConnection write SetConnection;

C++

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

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 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