DataView和DataTable,DataRow与DataRowView,它们之间可以强制转换么?
可以这样写么:
DataRow dr;
DataRowView rw = dr as DataRowView;什么情况下使用DataView和DataRowView呢?谢谢!