Which property on a Combo Box do you set with a column name, prior to setting the Data Source, to display data in the combo box?
ComboBox.DataValueField = "ColumnName"
When we use Databind method for the Combo box we put Display Member and Display Value property to column name.