DB2Int64 Members
Represents the BIGINT Db2® data type. Encapsulates the long .NET data type. The following tables list the members exposed by the DB2Int64 class.
Public Fields
Public Constructors
| Constructor | Description |
|---|---|
DB2®Int64 |
Initializes a new DB2Int64 structure with the specified value. |
Public Properties
Public Methods
| Method | Description |
|---|---|
Parse |
Converts the supplied String to DB2Int64. |
ToString |
Returns a string that represents the DB2Int64 structure. |
op_explicit |
Converts the supplied DB2Int64 structure to a long integer. |
op_implicit |
Converts the supplied long integer to DB2Int64. |