XmlDataSourceDesigner.RefreshSchema(Boolean) Method

Definition

Refreshes the schema from the data source, while optionally suppressing events.

public:
 override void RefreshSchema(bool preferSilent);
public override void RefreshSchema (bool preferSilent);
override this.RefreshSchema : bool -> unit
Public Overrides Sub RefreshSchema (preferSilent As Boolean)

Parameters

preferSilent
Boolean

true to suppress schema UI events; otherwise, false.

Applies to

See also