Data.DBXCommon.TDBXWritableValue.AsInt64
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
property AsInt64: Int64 read GetAsInt64 write SetAsInt64;
C++
__property __int64 AsInt64 = {read=GetAsInt64, write=SetAsInt64};
Description
Int64 representation of value.
AsInt64 returns an Int64 representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.