Share via


AdoDotNetConnectionSupport(String) Constructor

Definition

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

public:
 AdoDotNetConnectionSupport(System::String ^ providerName);
public AdoDotNetConnectionSupport (string providerName);
new Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetConnectionSupport : string -> Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetConnectionSupport
Public Sub New (providerName As String)

Parameters

providerName
String

Invariant name of the ADO.NET provider initialized on the object instance.

Applies to