SqlDataSourceDesigner.CanRefreshSchema Property
.NET Framework 3.0
Gets a value indicating whether the RefreshSchema method can be called by the design host.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public boolean get_CanRefreshSchema ()
public override function get CanRefreshSchema () : boolean
Not applicable.
Property Value
true if the ConnectionString and SelectCommand properties are not empty; otherwise false.Community Additions
ADD
Show: