PopulateEntityComboBox Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overload of the PopulateEntityComboBox() method populates the specified combo box with the data in the Ent table. It includes an empty entry in the combo box, if requested. Each entity is added as an entity object to the combo box. The entity object includes the entity name and the entity ID. The name is displayed in the combo box. A flag indicates whether an empty entry should be added to the combo box
| Overload | Description |
|---|---|
| PopulateEntityComboBox(ComboBox,Boolean) | This overload of the PopulateEntityComboBox() method populates the specified combo box with the data in the Ent table. It includes an empty entry in the combo box, if requested. Each entity is added as an entity object to the combo box. The entity object includes the entity name and the entity ID. The name is displayed in the combo box. A flag indicates whether an empty entry should be added to the combo box |
| PopulateEntityComboBox(ComboBox,DataTable,Boolean) | This overload of the PopulateEntityComboBox() method populates the specified combo box with the data in the supplied data table. The table must include an entity ID and an ent_name column. A flag indicates whether an empty entry should be added to the combo box |