Data.DB.TField.GetAsSQLTimeStampOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsSQLTimeStampOffset: TSQLTimeStampOffset; virtual;

C++

virtual Data::Sqltimst::TSQLTimeStampOffset __fastcall GetAsSQLTimeStampOffset();

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

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

Trying to call the GetAsSQLTimeStampOffset method raises an exception.

See Also