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

In This Topic
    BatchSize Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property BatchSize As Nullable(Of Integer)
    public Nullable<int> BatchSize {get; set;}
    See Also