.NET Framework Class Library
IAutoFieldGenerator..::.GenerateFields Method

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

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

Visual Basic (Declaration)
Function GenerateFields ( _
    control As Control _
) As ICollection
Visual Basic (Usage)
Dim instance As IAutoFieldGenerator
Dim control As Control
Dim returnValue As ICollection

returnValue = instance.GenerateFields(control)
C#
ICollection GenerateFields(
    Control control
)
Visual C++
ICollection^ GenerateFields(
    Control^ control
)
JScript
function GenerateFields(
    control : Control
) : 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.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5 SP1, 3.0 SP2, 2.0 SP2
See Also

Reference

Tags :


Community Content

ricka0
Several complete examples at csharpbits.notaclue.net
See http://csharpbits.notaclue.net/2008/05/dynamicdata-generate-columnsrows-using.html for an example.
Tags :

Page view tracker