dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2String Structure / Value Property

In This Topic
    Value Property (DB2String)
    In This Topic
    Gets the string that is stored in the specified DB2String structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As String
    public string Value {get;}

    Property Value

    The string that is stored.
    See Also