BMXNET 4.0 Developer API

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.

Namespace:  IndianHealthService.BMXNet.Ado
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class BMXNetDataReader : IDataReader, 
	IDisposable, IDataRecord
Public Class BMXNetDataReader _
	Implements IDataReader, IDisposable, IDataRecord
public ref class BMXNetDataReader : IDataReader, 
	IDisposable, IDataRecord

Members

Inheritance Hierarchy

System..::.Object
  IndianHealthService.BMXNet.Ado..::.BMXNetDataReader

See Also