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

In This Topic
    Direct Property (OracleConnection)
    In This Topic
    Indicates whether Direct mode of communicating with server should be used.
    Syntax
    'Declaration
     
    Public Property Direct As Boolean
    public bool Direct {get; set;}

    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. When a value is assigned to this property, the OracleConnection is closed. Refer to "Using Direct Mode" article for detailed information.

    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