BMXNET 4.0 Developer API

If set to true the result will be fetched before the Returned event is called, otherwise the Returned event will be triggered and the application code needs to call PostFetch() to retrieve the result. True by default.

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

Syntax

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

See Also