FireDAC.Stan.Param.TFDParam.AsSQLTimeInterval
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.