DB2®Int64 Constructor
Initializes a new DB2Int64 structure with the specified value.
- Namespace:
IBM.Data.DB2Types- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public Sub New(value as Long)
[C#]
public DB2Int64(long value);
[C++]
public: DB2Int64(long value);
[JScript]
public function DB2Int64(value : long);
Parameters
- value
- A long integer value to populate the DB2Int64 instance.