Click or drag to resize

QdbBatch Class

A collection of operation
Inheritance Hierarchy
System.Object
  Quasardb.QdbBatch

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.0.0 (3.13.0.0)
Syntax
public sealed class QdbBatch

The QdbBatch type exposes the following members.

Constructors
  NameDescription
Public methodQdbBatch
Initializes a new instance of the QdbBatch class
Top
Properties
  NameDescription
Public propertySize
Gets the number of operation in the batch.
Top
Methods
  NameDescription
Public methodBlob
Add blob operations to the batch.
Public methodInteger
Add integer operations to the batch.
Top
See Also