ObjectDataSourceDesigner.CanRefreshSchema Property
.NET Framework 3.0
Gets a value that indicates whether the RefreshSchema method can be called.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The RefreshSchema method can be called, and the CanRefreshSchema property is true, if the Site property of the associated ObjectDataSource control implements either the ITypeResolutionService or ITypeDiscoveryService interface, and the TypeName and SelectMethod properties both contain a value.
If the CanRefreshSchema is true, the Refresh Schema menu item is displayed in the Common ObjectDataSource Tasks context menu of the associated control on the visual designer surface.
Community Additions
ADD
Show: