AutoFieldsGenerator.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.
Creates DynamicField objects based on metadata information for the table.
public:
virtual System::Collections::ICollection ^ GenerateFields(System::Web::UI::Control ^ control);
public virtual 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 Overridable Function GenerateFields (control As Control) As ICollection
Parameters
- control
- Control
The data-bound control that will contain the autogenerated fields.
Returns
A collection of DynamicField objects.
Implements
Remarks
This method can be overridden.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.