IBX.IBSQL.TIBXSQLVAR.AsInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsInt64: Int64 read GetAsInt64 write SetAsInt64;

C++

__property __int64 AsInt64 = {read=GetAsInt64, write=SetAsInt64};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBXSQLVAR

Description

Represents the XSQLVAR field's value as a 64-bit integer.

Use the AsInt64 property to read the value of the field's data into a 64-bit integer, or to assign an 64-bit integer value to the contents of the field.