| Devart.Data.Oracle Namespace > OracleConnectionStringBuilder Class : TrimFixedChar Property (OracleConnectionStringBuilder) |
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 OracleConnection.TrimFixedChar value at the moment of opening data reader.
OracleConnectionStringBuilder Class | OracleConnectionStringBuilder Members
© 2002 - 2013 Devart. All Rights Reserved.