BMXNET 4.0 Developer API

Types

      
 All Types  Classes  
 NameDescription
BMXNetCommand
BMXNET implementaiton of DbCommand. This class can be used like any ADO.NET DbCommand implementation or the suggested RemoteSession API's can be used. See ADO.NET documentation for details of this class.
BMXNetDataAdapter
BMXNET implementaiton of DbDataAdaptor. This class can be used like any ADO.NET DbDataAdaptor implementation or the suggested RemoteSession API's can be used. See ADO.NET documentation for details of this class.
BMXNetDataReader
BMXNET implementaiton of IDataReader. This class can be used like any ADO.NET IDataReader implementation or the suggested RemoteSession API's can be used. See ADO.NET documentation for details of this class.
BMXNetTransaction
BMXNET implementaiton of IDbTransaction. This class can be used like any ADO.NET IDbTransaction implementation or the suggested RemoteSession API's can be used. See ADO.NET documentation for details of this class.
DataTableFuture
DataTableFutures are created synchrounously when Async calls are made on a RemoteSession. A DataTabelFuture is used to manage each async call and has a variety of methods to support the relativelty long and dynamic lifecycle and an Async call.
DataTableFutureEventArgs
The event args for all DataTableFuture events.