See Also

OracleConnectionStringBuilder Class  | OracleConnectionStringBuilder Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

TrimFixedChar Property

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;}

Return Type

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 OracleConnection.TrimFixedChar value at the moment of opening data reader.

See Also

OracleConnectionStringBuilder Class  | OracleConnectionStringBuilder Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.