dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / TrimFixedChar Property

In This Topic
    TrimFixedChar Property (OracleConnectionStringBuilder)
    In This Topic
    Specifies whether to trim trailing spaces when reading data from fixed-length string data types (CHAR, NCHAR).
    Syntax
    'Declaration
     
    Public Property TrimFixedChar As Boolean
    public bool TrimFixedChar {get; set;}

    Property Value

    true, if fixed-length string data type (CHAR, NCHAR) values should be trimmed; otherwise, false. The default value is true.
    Remarks
    Affects all command objects of this connection. Behaviour of data reader depends on TrimFixedChar value at the moment of opening data reader.
    See Also