dotConnect for SQLite Documentation
Devart.Common Namespace / DbDataAdapter Class / UpdateBatchSize Property

In This Topic
    UpdateBatchSize Property (DbDataAdapter)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Property UpdateBatchSize As Integer
    public override int UpdateBatchSize {get; set;}
    See Also