//添加ComboBox

tcbbQueryCondition.ComboBox.DataSource = RelationalOperators.GetAllOperators();
tcbbQueryCondition.ComboBox.DisplayMember = "OperatorName";
tcbbQueryCondition.ComboBox.ValueMember = "Operator";

相关文章: