AdoDotNetConnectionSupport(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.