ADO.NET DataTable sort does not reflect in containing DataSet

前端 未结 0 1331
自闭症患者
自闭症患者 2020-11-27 15:38

I want to sort a DataTable within a DataSet. I have the following code:

DataTable dt = ds.Tables[0];
dt.TableName = "NEWNAME";
dt.DefaultView.ApplyD         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题