SqlDataSourceConnectionStringEditor.GetProviderName Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the ProviderName property of the SqlDataSource object.
Namespace: System.Web.UI.Design.WebControlsAssembly: System.Design (in system.design.dll)
protected String GetProviderName ( Object instance )
protected override function GetProviderName ( instance : Object ) : String
Not applicable.
Parameters
- instance
The SqlDataSource that the connection string applies to.
Return Value
The ProviderName property of the SqlDataSource, if the instance is not a null reference (Nothing in Visual Basic); otherwise, an empty string ("").Community Additions
ADD
Show: