System.Web.UI.Design.IDataSourceViewSchema.GetFields Method

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

Syntax

public IDataSourceFieldSchema[] GetFields ()

Returns

An array of System.Web.UI.Design.IDataSourceFieldSchema objects representing each of the fields in the data source.

Remarks

The System.Web.UI.Design.DataSetSchema class implements the System.Web.UI.Design.IDataSourceViewSchema interface; its implementation of the DataSetViewSchema.GetFields method returns an array of System.Web.UI.Design.DataSetFieldSchema objects, each of which derives from the System.Web.UI.Design.IDataSourceFieldSchema interface.

Requirements

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