ConnectionStringEditor::GetProviderName Method (Object^)
.NET Framework (current version)
Returns the provider name for the provided instance of the ConnectionStringEditor class.
Assembly: System.Design (in System.Design.dll)
Parameters
- instance
-
Type:
System::Object^
A ConnectionStringEditor or an instance of a derived class.
The GetProviderName method gets the provider name for the current instance of the ConnectionStringEditor class. For example, in the SqlDataSourceConnectionStringEditor class, which is derived from ConnectionStringEditor class, the GetProviderName method returns the provider name.
.NET Framework
Available since 2.0
Available since 2.0
Show: