共用方式為


DefaultAutoFieldGenerator.GenerateFields(Control) 方法

定義

根據資料表的中繼資料資訊,產生 DynamicField 物件。

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

參數

control
Control

包含動態資料欄位的資料繫結控制項。

傳回

DynamicField 物件的集合。

實作

適用於