EntityDataSourceDesigner.RefreshSchema(Boolean) Method

Definition

Refreshes the schema from the underlying data source.

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 all data source events until the schema is refreshed.

Applies to