DataBoundControlDesigner.IDataBindingSchemaProvider.CanRefreshSchema Property

Definition

For a description of this member, see CanRefreshSchema.

property bool System::Web::UI::Design::IDataBindingSchemaProvider::CanRefreshSchema { bool get(); };
bool System.Web.UI.Design.IDataBindingSchemaProvider.CanRefreshSchema { get; }
member this.System.Web.UI.Design.IDataBindingSchemaProvider.CanRefreshSchema : bool
 ReadOnly Property CanRefreshSchema As Boolean Implements IDataBindingSchemaProvider.CanRefreshSchema

Property Value

true if the designer can refresh the data source; otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DataBoundControlDesigner instance is cast to an IDataBindingSchemaProvider interface.

Applies to

See also