ObjectDataSourceDesigner.RefreshSchema(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extracts the metadata for the Select method from the business object that is specified by the associated control.
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
If true
, does not display error messages when exceptions occur during processing; otherwise, exception messages are displayed.
Remarks
The RefreshSchema method extracts the metadata for the method that is named by the SelectMethod property from the Type object that is named by the TypeName property, which is the type of the business object that provides the data for the associated ObjectDataSource control. The metadata is saved in a DataTable array and in the DesignerState array of the designer.