AdoDotNetConnectionProperties Constructor
Include Protected Members
Include Inherited Members
Class constructor. Instantiates a new instance of the AdoDotNetConnectionProperties class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AdoDotNetConnectionProperties(String) | Class constructor. Instantiates a parameterized instance of the AdoDotNetConnectionProperties class that provides the ADO.NET provider name. | |
AdoDotNetConnectionProperties(String, String) | Parameterized class constructor. Instantiates a parameterized instance of the AdoDotNetConnectionProperties class that provides the ADO.NET provider invariant name and a provider connection string. |
Top