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

適用対象