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 Data bind process for the Combo box we set Display Member and Display Value property to column name.