DataTable dtDistinct = dtMain.DefaultView.ToTable(true, "BigType");
cbBitType.DataSource = dtDistinct.Select("distinct BigType");

相关文章: