SqlDataSourceConnectionStringEditor::GetProviderName Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the ProviderName property of the SqlDataSource object.
Assembly: System.Design (in System.Design.dll)
Parameters
- instance
-
Type:
System::Object^
The SqlDataSource that the connection string applies to.
Return Value
Type: System::String^The ProviderName property of the SqlDataSource, if the instance is not null; otherwise, an empty string ("").
.NET Framework
Available since 2.0
Available since 2.0
Show: