DefaultAutoFieldGenerator.GenerateFields Method (Control)

.NET Framework (current version)
 

Generates DynamicField objects based on metadata information for the table.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Public Function GenerateFields (
	control As Control
) As ICollection

Parameters

control
Type: System.Web.UI.Control

The data-bound control that contains the dynamic data field.

Return Value

Type: System.Collections.ICollection

A collection of DynamicField objects.

.NET Framework
Available since 4.0
Return to top
Show: