示例#1
0
 public static DataTable ToDataTable(this DbDataAdapter dbDataAdapter) => dbDataAdapter.ToDataSet().Tables[0];