ObjectDataSourceDesigner.RefreshSchema Method
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Show: