DB2Int32 Members

Represents the INTEGER Db2® data type. Encapsulates the int .NET data type. The following tables list the members exposed by the DB2Int32 class.

Public Fields

Field Description
public field MaxValue Represents the maximum value for DB2Int32: 2,147,483,647.
public field MinValue Represents the minumum value for DB2Int32: -2,147,483,648.
public field Null Represents the null value for DB2Int32.
public field Zero Represents the zero value for DB2Int32.

Public Constructors

Constructor Description
public method DB2®Int32 Initializes a new DB2Int32 structure with the specified value.

Public Properties

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

Public Methods

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