SqlDataSourceConnectionStringEditor.SetProviderName Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Sets the ProviderName property of the SqlDataSource object.
Namespace: System.Web.UI.Design.WebControlsAssembly: System.Design (in system.design.dll)
protected: virtual void SetProviderName ( Object^ instance, DesignerDataConnection^ connection ) override
protected void SetProviderName ( Object instance, DesignerDataConnection connection )
protected override function SetProviderName ( instance : Object, connection : DesignerDataConnection )
Not applicable.
Parameters
- instance
The SqlDataSource that the connection string applies to.
- connection
The DesignerDataConnection associated with the SqlDataSource.
Community Additions
ADD
Show: