HierarchicalDataSourceDesigner.RefreshSchema(Boolean) Method

Definition

Refreshes the schema of the data.

public:
 virtual void RefreshSchema(bool preferSilent);
public virtual void RefreshSchema (bool preferSilent);
abstract member RefreshSchema : bool -> unit
override this.RefreshSchema : bool -> unit
Public Overridable Sub RefreshSchema (preferSilent As Boolean)

Parameters

preferSilent
Boolean

This parameter is not used in this implementation. However, it should be supported in derived classes.

Implements

Exceptions

In all cases.

Remarks

This method is not supported in this class, but is implemented in derived classes, such as the XmlDataSourceDesigner class.

Applies to

See also