tmpDataSet.Tables[0].DefaultView.RowStateFilter = DataViewRowState.CurrentRows;//将过滤器干掉,给出所有数据
要重置DataViewRowState的状态设置。否则取出的数据是过滤后的数据。
转载于:https://www.cnblogs.com/doc/archive/2009/02/16/1391740.html
转载于:https://www.cnblogs.com/doc/archive/2009/02/16/1391740.html