DesignerDataSourceView::Schema Property

 

Gets a schema that describes the data source view that is represented by this view object.

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

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

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

.NET Framework
Available since 2.0
Return to top
Show: