| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal dbProviderName As String, _ ByVal databaseTypeName As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family