dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / ConvertToLong Property

In This Topic
    ConvertToLong Property
    In This Topic
    Determines whether varchar inputs should be reported as long varchar.
    Syntax
    'Declaration
     
    Public Property ConvertToLong As Integer
    public int ConvertToLong {get; set;}

    Property Value

    1 if varchar inputs should be reported as long varchar (default value); otherwise, 0.
    See Also