DesignTimeData.GetDataFields Method (IEnumerable)

 

Gets a collection of property descriptors for the data fields of the specified data source.

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

Public Shared Function GetDataFields (
	dataSource As IEnumerable
) As PropertyDescriptorCollection

Parameters

dataSource
Type: System.Collections.IEnumerable

The data source from which to retrieve the data fields.

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection

A PropertyDescriptorCollection object that describes the data fields of the specified data source.

.NET Framework
Available since 1.1
Return to top
Show: