ObjectDataSourceDesigner.RefreshSchema Method
.NET Framework 3.0
Extracts the metadata for the Select method from the business object that is specified by the associated control.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
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.
Community Additions
ADD
Show: