IDataBindingSchemaProvider.RefreshSchema Method (Boolean)

 

Refreshes the schema for the data source.

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

Sub RefreshSchema (
	preferSilent As Boolean
)

Parameters

preferSilent
Type: System.Boolean

true to disable data-binding events until after the schema has been refreshed; false to enable the events.

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

.NET Framework
Available since 2.0
Return to top
Show: