FireDAC.Stan.Param.TFDParam.IsDatasets

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsDatasets[AIndex: Integer]: Boolean read GetIsDatasets;

Properties

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

Description

Specifies if the DataType is ftDataSet and the TDataSet object is assigned to the parameter value.

The IsDataSet property returns TRUE if the DataType of a TFDParam object is ftDataSet and the TDataSet object is assigned to an item with an AIndex index of an array-valued parameter, and FALSE otherwise.

See Also