DataSourceDesigner::RefreshSchema Method (Boolean)
.NET Framework (current version)
Refreshes the schema from the data source, while optionally suppressing events.
Assembly: System.Design (in System.Design.dll)
Parameters
- preferSilent
-
Type:
System::Boolean
true to allow events when refreshing the schema; false to disable the DataSourceChanged and SchemaRefreshed events when refreshing the schema.
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt was made to invoke this method in the base class. |
The RefreshSchema method is not supported in the DataSourceDesigner class. However, it is supported in derived classes, such as the XmlDataSourceDesigner class.
.NET Framework
Available since 2.0
Available since 2.0
Show: