Data.DB.TField.GetAsSQLTimeStampOffset

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TField

Delphi

function GetAsSQLTimeStampOffset: TSQLTimeStampOffset; virtual;

C++

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

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