See Also

OracleConnection Class  | OracleConnection Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

TrimFixedChar Property

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

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

See Also

OracleConnection Class  | OracleConnection Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.