次の方法で共有


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 オブジェクトのコレクション。

実装

適用対象