SqlDataSourceDesigner::RefreshSchema Method (Boolean)

 

Refreshes the schema from the underlying data source.

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

public:
virtual void RefreshSchema(
	bool preferSilent
) override

Parameters

preferSilent
Type: System::Boolean

true to suppress all data source events until the schema is refreshed; otherwise, false.

The RefreshSchema method will be called by the design host only if CanRefreshSchema is true.

.NET Framework
Available since 2.0
Return to top
Show: