FireDAC.Stan.Param.TFDParam.AsSQLTimeStamps

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsSQLTimeStamps[AIndex: Integer]: TSQLTimeStamp read GetAsSQLTimeStamps write SetAsSQLTimeStamps;

Properties

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

Description

Represents an array of TSQLTimeStamp values.

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

Setting the AsSQLTimeStamps property sets the DataType property to ftTimeStamp if it is not one of the ftOraTimeStamp or ftTimeStamp data types.

See Also