IAutoFieldGenerator.GenerateFields(Control) メソッド

定義

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

public:
 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
Public Function GenerateFields (control As Control) As ICollection

パラメーター

control
Control

DynamicField オブジェクトを含めるデータ バインド コントロール。

戻り値

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

適用対象