DesignerHierarchicalDataSourceView.Schema Property

Definition

Gets a schema that describes the data source view for the associated control.

public:
 virtual property System::Web::UI::Design::IDataSourceSchema ^ Schema { System::Web::UI::Design::IDataSourceSchema ^ get(); };
public virtual System.Web.UI.Design.IDataSourceSchema Schema { get; }
member this.Schema : System.Web.UI.Design.IDataSourceSchema
Public Overridable ReadOnly Property Schema As IDataSourceSchema

Property Value

This implementation always returns null.

Examples

For a complete example of using the Schema method with views and schemas and a data source designer, see DataSourceDesigner.

Remarks

The Schema property allows the control designer of a data-bound control to provide intelligent choices based on the design-time data source view that is selected for data binding.

Applies to

See also