Share via


AdoDotNetConnectionSupport Constructor

Class constructor. Initializes an instance of the AdoDotNetConnectionSupport class with a specified ADO.NET provider name.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Sub New ( _
    providerName As String _
)
public AdoDotNetConnectionSupport(
    string providerName
)
public:
AdoDotNetConnectionSupport(
    String^ providerName
)
new : 
        providerName:string -> AdoDotNetConnectionSupport
public function AdoDotNetConnectionSupport(
    providerName : String
)

Parameters

  • providerName
    Type: System.String
    Invariant name of the ADO.NET provider initialized on the object instance.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionSupport Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace