dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoader Class / DefaultExpressionBehavior Property

In This Topic
    DefaultExpressionBehavior Property
    In This Topic
    Determines how OracleLoader handles default expressions for columns that are not explicitly being loaded. Applied only in the OCI mode for Oracle client 12c Release 2 or higher.
    Syntax
    'Declaration
     
    Public Property DefaultExpressionBehavior As OracleLoaderDefaultExpressionBehavior
    public OracleLoaderDefaultExpressionBehavior DefaultExpressionBehavior {get; set;}

    Property Value

    One of the OracleLoaderDefaultExpressionBehavior values.
    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