Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal dbProviderName As String, _ ByVal databaseType As Type _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DataAccessMapping( string dbProviderName, Type databaseType ) |
C++/CLI | |
---|---|
public: DataAccessMapping( String^ dbProviderName, Type^ databaseType ) |
Parameters
- dbProviderName
- The mapped ADO.NET provider name.
- databaseType
- The Type that implements the IWorkstationDataAccessAgent interface.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family