DatabaseProvider Property
         
         
         
	Summary
Gets the database provider for connecting and working with the Medical Workstation database.
 
	Syntax
protected Database DatabaseProvider {get;} 
 
protected: __property Database* get_DatabaseProvider(); 
 
protected: 
property Database^ DatabaseProvider { 
   Database^ get(); 
} 
 
Property Value
A Microsoft.Practices.EnterpriseLibrary.Data.Database object for connecting and working with the Medical Workstation database.