Data.DB.TField.GetAsSQLTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsSQLTimeStamp: TSQLTimeStamp; virtual;

C++

virtual Data::Sqltimst::TSQLTimeStamp __fastcall GetAsSQLTimeStamp();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TField

Description

Returns the value of the field as a TSQLTimeStamp.

Descendants of TField that represent TSQLTimeStamp fields override the GetAsSQLTimeStamp method to return the value of the field as a TSQLTimeStamp.

Trying to call the GetAsSQLTimeStamp method raises an exception.

See Also