AutoFieldsGenerator.GenerateFields(Control) メソッド

定義

テーブルのメタデータ情報に基づいて DynamicField オブジェクトを作成します。

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

自動生成されたフィールドを含めるデータ バインド コントロール。

戻り値

ICollection

DynamicField オブジェクトのコレクション。

実装

注釈

このメソッドはオーバーライドできます。

適用対象