Dim proTableByAddedDate As New DataView 
proTableByAddedDate = productTable.DefaultView
proTableByAddedDate.Sort = "SKUNumber"结果没有用?请问为什么