System.Web.UI.Design.IDataSourceSchema.GetViews Method

Gets an array of schema descriptors for views contained in the data source.

Syntax

public IDataSourceViewSchema[] GetViews ()

Returns

An array of System.Web.UI.Design.IDataSourceViewSchema objects.

Remarks

A class that implements the IDataSourceSchema.GetViews method returns an array of objects that implement the System.Web.UI.Design.IDataSourceViewSchema interface. For example, in the array returned by the DataSetSchema.GetViews method, each element of the array is a System.Web.UI.Design.DataSetViewSchema object that implements System.Web.UI.Design.IDataSourceViewSchema.

Requirements

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