Data.DB.TField.GetAsSQLTimeStamp
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TField | |
Delphi
function GetAsSQLTimeStamp: TSQLTimeStamp; virtual;
C++
virtual Data::Sqltimst::TSQLTimeStamp __fastcall GetAsSQLTimeStamp();
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.