FireDAC.Stan.Param.TFDParam.AsDataSets

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsDataSets[AIndex: Integer]: TDataSet read GetAsDataSets write SetAsDataSets;

Properties

Type Visibility Source Unit Parent
property public FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam

Description

Represents an array of TDataSet values.

The AsDataSets property represents a TDataSet item of an array-valued TFDParam object with an AIndex index.

Setting the AsDataSets property sets the DataType property to ftDataSet. The assigned TDataSet object will be owned by this TFDParam if object has no owner - TDataSet.Owner = nil. To explicitly control the ownership, use the SetDataSet method.

See Also