| Devart.Data.Oracle Namespace > OracleConnection Class : TrimFixedChar Property (OracleConnection) |
Specifies whether to trim trailing spaces when reading data from fixed-length string data types (CHAR, NCHAR).
[Visual Basic]
Public Property TrimFixedChar As Boolean [C#]
public bool TrimFixedChar {get; set;}true, if fixed-length string data type (CHAR, NCHAR) values should be trimmed; otherwise, false. The default value is true.
Affects all command objects of this connection. Behaviour of data reader depends on TrimFixedChar value at the moment of opening data reader.
OracleConnection Class | OracleConnection Members
© 2002 - 2013 Devart. All Rights Reserved.