DB2 Version 10.1 for Linux, UNIX, and Windows

DB2String Members

Represents the CHAR, VARCHAR, LONG VARCHAR, GRAPHIC, VARGRAPHIC and LONG VARGRAPHIC DB2® data types. Encapsulates the string .NET data type. The following tables list the members exposed by the DB2String structure.

Public Fields

Field Description
public field Null Null value for DB2String.

Public Constructors

Constructor Description
public method DB2String Initializes a new DB2String structure with the specified value.

Public Properties

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

Public Methods

Method Description
public method ToString Returns a string that represents the DB2String structure.
public method op_explicit Converts the supplied DB2String structure to a string.
public method op_implicit Converts the supplied string to DB2String.