AutoFieldsGenerator.GenerateFields(Control) 方法
定义
基于表的元数据信息创建 DynamicField 对象。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
参数
- control
- Control
将包含自动生成字段的数据绑定控件。The data-bound control that will contain the autogenerated fields.
返回
DynamicField 对象的集合。A collection of DynamicField objects.
实现
注解
可以重写此方法。This method can be overridden.