LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
DatabaseProvider Property
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > WorkstationDataAccessAgent Class : DatabaseProvider Property




Gets the database provider for connecting and working with the Medical Workstation database.

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property DatabaseProvider As Database
Visual Basic (Usage)Copy Code
Dim instance As WorkstationDataAccessAgent
Dim value As Database
 
value = instance.DatabaseProvider
C# 
protected Database DatabaseProvider {get;}
Managed Extensions for C++ 
protected: __property Database* get_DatabaseProvider();
C++/CLI 
protected:
property Database^ DatabaseProvider {
   Database^ get();
}

Property Value

A Microsoft.Practices.EnterpriseLibrary.Data.Database object for connecting and working with the Medical Workstation database.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also