LEADTOOLS Medical (Leadtools.Medical.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
DataAccessMapping Constructor(String,Type,Type)
See Also 
Leadtools.Medical.DataAccessLayer.Configuration Namespace > DataAccessMapping Class > DataAccessMapping Constructor : DataAccessMapping Constructor(String,Type,Type)



dbProviderName
The managed ADO.NET provider name.
databaseType
The System.Type responsible of handling the data access for the given provider.
catalogType
The name for the type implementing the Leadtools.Medical.DataAccessLayer.Catalog.ICatalog interface.
Initializes a new instance of the DataAccessMapping.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dbProviderName As String, _
   ByVal databaseType As Type, _
   ByVal catalogType As Type _
)
Visual Basic (Usage)Copy Code
Dim dbProviderName As String
Dim databaseType As Type
Dim catalogType As Type
 
Dim instance As New DataAccessMapping(dbProviderName, databaseType, catalogType)
C# 
public DataAccessMapping( 
   string dbProviderName,
   Type databaseType,
   Type catalogType
)
C++/CLI 
public:
DataAccessMapping( 
   String^ dbProviderName,
   Type^ databaseType,
   Type^ catalogType
)

Parameters

dbProviderName
The managed ADO.NET provider name.
databaseType
The System.Type responsible of handling the data access for the given provider.
catalogType
The name for the type implementing the Leadtools.Medical.DataAccessLayer.Catalog.ICatalog interface.

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

Leadtools.Medical.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features