示例#1
0
 string[] IDataBuilder.GetUniqueValues(DataTable table, string col)
 {
     try
     {
         return(DbData.GetUniqueValues(table, col));
     }
     catch (Exception ex)
     {
         new Error(ex).ShowDialog();
         return(null);
     }
 }