Automatically generates DynamicField objects based on metadata information for the table.
Namespace:
System.Web.UI
Assembly:
System.Web (in System.Web.dll)
Visual Basic (Declaration)
Function GenerateFields ( _
control As Control _
) As ICollection
Dim instance As IAutoFieldGenerator
Dim control As Control
Dim returnValue As ICollection
returnValue = instance.GenerateFields(control)
ICollection GenerateFields(
Control control
)
ICollection^ GenerateFields(
Control^ control
)
function GenerateFields(
control : Control
) : ICollection
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.
.NET Framework
Supported in: 3.5 SP1, 3.0 SP2, 2.0 SP2
Reference