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

Field Description
public field MaxValue The maximum value for DB2Int64: 2^63-1.
public field MinValue The minumum value for DB2Int64: -2^63.
public field Null Null value for DB2Int64.
public field Zero Zero value for DB2Int64.

Public Constructors

Constructor Description
public method DB2®Int64 Initializes a new DB2Int64 structure with the specified value.

Public Properties

Property Description
public property IsNull Gets a value that indicates if the value stored in the DB2Int64 structure is null.
public property Value Gets the value stored in the DB2Int64 structure.

Public Methods

Method Description
public method Parse Converts the supplied String to DB2Int64.
public method ToString Returns a string that represents the DB2Int64 structure.
public method op_explicit Converts the supplied DB2Int64 structure to a long integer.
public method op_implicit Converts the supplied long integer to DB2Int64.