Click or drag to resize

IQdbFuture Interface

Contains the result of an operation of a QdbBatch

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public interface IQdbFuture

The IQdbFuture type exposes the following members.

Properties
  NameDescription
Public propertyException
The error that occured when the operation was executed, or null if success.
Top
See Also