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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7