LinqDesignerDataSourceView::Schema Property

 

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

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

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

Property Value

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

An object that represents the schema.

.NET Framework
Available since 3.5
Return to top
Show: