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,String,String)
See Also 
Leadtools.Medical.DataAccessLayer.Configuration Namespace > DataAccessMapping Class > DataAccessMapping Constructor : DataAccessMapping Constructor(String,String,String)



dbProviderName
The managed ADO.NET provider name.
databaseTypeName
The name for the type responsible of handling the data access for the given provider.
catalogTypeName
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 databaseTypeName As String, _
   ByVal catalogTypeName As String _
)
Visual Basic (Usage)Copy Code
Dim dbProviderName As String
Dim databaseTypeName As String
Dim catalogTypeName As String
 
Dim instance As New DataAccessMapping(dbProviderName, databaseTypeName, catalogTypeName)
C# 
public DataAccessMapping( 
   string dbProviderName,
   string databaseTypeName,
   string catalogTypeName
)
C++/CLI 
public:
DataAccessMapping( 
   String^ dbProviderName,
   String^ databaseTypeName,
   String^ catalogTypeName
)

Parameters

dbProviderName
The managed ADO.NET provider name.
databaseTypeName
The name for the type responsible of handling the data access for the given provider.
catalogTypeName
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