SqlDataSourceDesigner.ConnectionString Property
.NET Framework 3.0
Gets or sets the string used to open a database.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public String get_ConnectionString () /** @property */ public void set_ConnectionString (String value)
public function get ConnectionString () : String public function set ConnectionString (value : String)
Not applicable.
Property Value
The string used to open a database connection at runtime.Community Additions
ADD
Show: