FireDAC.Stan.Param.TFDParam.AsSQLTimeInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsSQLTimeInterval: TFDSQLTimeInterval read GetAsSQLTimeInterval write SetAsSQLTimeInterval;

C++

__property Firedac::Stan::Sqltimeint::TFDSQLTimeInterval AsSQLTimeInterval = {read=GetAsSQLTimeInterval, write=SetAsSQLTimeInterval};

Properties

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

Description

Specifies the value of a TFDParam when it represents a TFDSQLTimeInterval.

The AsSQLTimeInterval property represents the TFDSQLTimeInterval value of a TFDParam object.

Setting the AsSQLTimeInterval property sets the DataType property to ftOraInterval.

See Also