DataSetSchema.GetViews Method ()

 

Gets an array containing information about each view in the data source.

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

abstract GetViews : unit -> IDataSourceViewSchema[]
override GetViews : unit -> IDataSourceViewSchema[]

Return Value

Type: System.Web.UI.Design.IDataSourceViewSchema[]

An array of IDataSourceViewSchema objects.

Each of the IDataSourceViewSchema objects returned by this method can be converted to a DataSetViewSchema object.

.NET Framework
Available since 2.0
Return to top
Show: