Provide a registry for storing and retrieving data access objects to be shared and used in your application.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public MustInherit NotInheritable Class DataAccessServices |
C# | |
---|
public static class DataAccessServices |
C++/CLI | |
---|
public ref class DataAccessServices abstract sealed |
Inheritance Hierarchy
System.Object
Leadtools.Medical.DataAccessLayer.DataAccessServices
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