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.
    See Also