ToolStripComboBox 绑定数据
//添加ComboBox
tcbbQueryCondition.ComboBox.DataSource = RelationalOperators.GetAllOperators();
tcbbQueryCondition.ComboBox.DisplayMember = "OperatorName";
tcbbQueryCondition.ComboBox.ValueMember = "Operator";
浙公网安备 33010602011771号