FireDAC.Comp.Client.TFDMetaInfoCommand.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: TFDCustomConnection read FConnection write SetConnection stored IsCNS;

C++

__property Connection;

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDMetaInfoCommand

Description

Specifies the connection object.

FireDAC.Comp.Client.TFDMetaInfoCommand.Connection inherits from FireDAC.Comp.Client.TFDCustomCommand.Connection. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.Connection.

Specifies the connection object.

The Connection property value points to the connection object. Alternatively it may be specified by the ConnectionName property value. The Connection property value must be specified before the Prepare call.

See Also