DataSetViewSchema::GetFields Method ()

 

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

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

public:
virtual array<IDataSourceFieldSchema^>^ GetFields() sealed

Return Value

Type: array<System.Web.UI.Design::IDataSourceFieldSchema^>^

An array of IDataSourceFieldSchema objects.

The GetFields method does not return information about hidden fields.

.NET Framework
Available since 2.0
Return to top
Show: