DesignerHierarchicalDataSourceView::Schema Property

 

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

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property IDataSourceSchema^ Schema {
	virtual IDataSourceSchema^ get();
}

Property Value

Type: System.Web.UI.Design::IDataSourceSchema^

This implementation always returns null.

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.

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

.NET Framework
Available since 2.0
Return to top
Show: