dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / Direct Property

Direct Property (OracleConnectionStringBuilder)
Indicates whether Direct mode of communicating with server should be used.
Syntax
'Declaration
 
Public Property Direct As Boolean
 

Property Value

true, if dotConnect for Oracle should interact with Oracle server directly; otherwise, false. The default value is false.
Remarks

When OracleConnection.Direct property is true, dotConnect for Oracle does not require Oracle client libraries installed.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also