QueryableFilterUserControl.PopulateListControl(ListControl) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Populates a list control with all the foreign-key elements or Boolean elements in the table.
public:
void PopulateListControl(System::Web::UI::WebControls::ListControl ^ listControl);
public void PopulateListControl (System.Web.UI.WebControls.ListControl listControl);
member this.PopulateListControl : System.Web.UI.WebControls.ListControl -> unit
Public Sub PopulateListControl (listControl As ListControl)
Parameters
- listControl
- ListControl
A list control.
Remarks
Foreign-key columns are populated with elements from the foreign-key table. Boolean columns are populated with "All", "True", and "False".