BMXNET 4.0 Developer API

The data set the result data table is in.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public DataSet ResultDataSet { get; set; }
Public Property ResultDataSet As DataSet
public:
property DataSet^ ResultDataSet {
	DataSet^ get ();
	void set (DataSet^ value);
}

See Also