DataSourceDesigner.RefreshSchema Method
.NET Framework 3.0
Refreshes the schema from the data source, while optionally suppressing events.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public void RefreshSchema ( boolean preferSilent )
public function RefreshSchema ( preferSilent : boolean )
Not applicable.
Parameters
- preferSilent
true to allow events when refreshing the schema; false to disable the DataSourceChanged and SchemaRefreshed events when refreshing the schema.
The RefreshSchema method is not supported in the DataSourceDesigner class. However, it is supported in derived classes, such as the XmlDataSourceDesigner class.
Community Additions
ADD
Show: