EntityDataSourceDesigner::CanRefreshSchema Property

 

Gets a value that indicates whether the RefreshSchema method can be called by the design host.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Web.Entity.Design (in System.Web.Entity.Design.dll)

public:
property bool CanRefreshSchema {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the RefreshSchema method can be called; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: