IDataBindingSchemaProvider.RefreshSchema(Boolean) Method

Definition

Refreshes the schema for the data source.

public:
 void RefreshSchema(bool preferSilent);
public void RefreshSchema (bool preferSilent);
abstract member RefreshSchema : bool -> unit
Public Sub RefreshSchema (preferSilent As Boolean)

Parameters

preferSilent
Boolean

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

Remarks

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

Applies to

See also