Leadtools.Medical.Workstation.DataAccessLayer Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DataAccessMapping Constructor(String,String)
See Also 
Leadtools.Medical.Workstation.DataAccessLayer.Configuration Namespace > DataAccessMapping Class > DataAccessMapping Constructor : DataAccessMapping Constructor(String,String)



dbProviderName
The mapped ADO.NET provider name.
databaseTypeName
The fully qualified type name that implements the IWorkstationDataAccessAgent type.
Initializes a new instance of the DataAccessMapping class with name and fully qualified type name that implements the IWorkstationDataAccessAgent interface.

Syntax

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

Parameters

dbProviderName
The mapped ADO.NET provider name.
databaseTypeName
The fully qualified type name that implements the IWorkstationDataAccessAgent type.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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