AutoFieldsGenerator::GenerateFields Method (Control^)

.NET Framework (current version)
 

Creates DynamicField objects based on metadata information for the table.

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

public:
virtual ICollection^ GenerateFields(
	Control^ control
)

Parameters

control
Type: System.Web.UI::Control^

The data-bound control that will contain the autogenerated fields.

Return Value

Type: System.Collections::ICollection^

A collection of DynamicField objects.

This method can be overridden.

.NET Framework
Available since 4.5
Return to top
Show: