FieldTemplateUserControl.PopulateListControl(ListControl) 方法

定义

用父表中的所有值填充列表控件。

protected:
 void PopulateListControl(System::Web::UI::WebControls::ListControl ^ listControl);
protected void PopulateListControl (System.Web.UI.WebControls.ListControl listControl);
member this.PopulateListControl : System.Web.UI.WebControls.ListControl -> unit
Protected Sub PopulateListControl (listControl As ListControl)

参数

listControl
ListControl

要填充的列表控件。

注解

此方法仅适用于外键列。

适用于