TrimFixedChar Property (OracleConnectionStringBuilder)
Specifies whether to trim trailing spaces when reading data from fixed-length string data types (CHAR, NCHAR).
public bool TrimFixedChar {get; set;}
'Declaration
Public Property TrimFixedChar As Boolean
Property Value
true, if fixed-length string data type (CHAR, NCHAR) values should be trimmed; otherwise,
false. The default value is
true.