IAutoFieldGenerator.GenerateFields Method (Control)

 

Automatically generates DynamicField objects based on metadata information for the table.

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

Function GenerateFields (
	control As Control
) As ICollection

Parameters

control
Type: System.Web.UI.Control

The data-bound control that will contain the DynamicField objects.

Return Value

Type: System.Collections.ICollection

A collection of DynamicField objects.

.NET Framework
Available since 2.0
Return to top
Show: