DataBoundControlDesigner.IDataBindingSchemaProvider.Schema Property

Definition

For a description of this member, see Schema.

property System::Web::UI::Design::IDataSourceViewSchema ^ System::Web::UI::Design::IDataBindingSchemaProvider::Schema { System::Web::UI::Design::IDataSourceViewSchema ^ get(); };
System.Web.UI.Design.IDataSourceViewSchema System.Web.UI.Design.IDataBindingSchemaProvider.Schema { get; }
member this.System.Web.UI.Design.IDataBindingSchemaProvider.Schema : System.Web.UI.Design.IDataSourceViewSchema
 ReadOnly Property Schema As IDataSourceViewSchema Implements IDataBindingSchemaProvider.Schema

Property Value

An IDataSourceViewSchema object that describes the data source.

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