DefaultAutoFieldGenerator.GenerateFields(Control) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates DynamicField objects based on metadata information for the table.
public:
virtual System::Collections::ICollection ^ GenerateFields(System::Web::UI::Control ^ control);
public System.Collections.ICollection GenerateFields (System.Web.UI.Control control);
abstract member GenerateFields : System.Web.UI.Control -> System.Collections.ICollection
override this.GenerateFields : System.Web.UI.Control -> System.Collections.ICollection
Public Function GenerateFields (control As Control) As ICollection
Parameters
- control
- Control
The data-bound control that contains the dynamic data field.
Returns
A collection of DynamicField objects.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.