FireDAC.Stan.Param.TFDParam.AsSQLTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsSQLTimeStamp: TSQLTimeStamp read GetAsSQLTimeStamp write SetAsSQLTimeStamp;

C++

__property Data::Sqltimst::TSQLTimeStamp AsSQLTimeStamp = {read=GetAsSQLTimeStamp, write=SetAsSQLTimeStamp};

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 TSQLTimeStamp.

The AsSQLTimeStamp property represents the TSQLTimeStamp value of a TFDParam object.

Setting the AsSQLTimeStamp property sets the DataType property to ftTimeStamp.

See Also