Data.DBXCommon.TDBXInt64Value.GetInt64
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXInt64Value |
Delphi
function GetInt64: Int64; override;
C++
virtual __int64 __fastcall GetInt64()/* overload */;
inline __int64 __fastcall GetInt64(__int64 defaultValue){ return TDBXValue::GetInt64(defaultValue); }
Description
Gets the 64-bit integer value for 64-bit integer data types.
Gets the 64-bit integer value for TDBXValue instances with a data type of Int64Type. Throws a TDBXError exception if IsNull is true.