BMXNET 4.0 Developer API

Answer true if the data has been fetched from the server and is ready to be used by the application.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool HasData { get; set; }
Public Property HasData As Boolean
public:
property bool HasData {
	bool get ();
	void set (bool value);
}

See Also