ObjectDataSourceDesigner::CanRefreshSchema Property
.NET Framework (current version)
Gets a value that indicates whether the RefreshSchema method can be called.
Assembly: System.Design (in System.Design.dll)
Implements
IDataSourceDesigner::CanRefreshSchemaThe 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: