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

In This Topic
    DefaultExpressionCacheSize Property
    In This Topic
    Specifies the number of default expressions that are evaluated at a time. The default value is 100.
    Syntax
    'Declaration
     
    Public Property DefaultExpressionCacheSize As Integer
    public int DefaultExpressionCacheSize {get; set;}

    Property Value

    The number of default expressions that are evaluated at a time.
    Remarks
    For default expressions that must be evaluated for every row, increasing this value may improve performance. Applied only in the OCI mode for Oracle client 12c Release 2 or higher.
    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