Both DataView.Table and DataView.ToTable
return a DataTable from a DataView.
DataView.Table: It gives you the underlying data, with no
changes from the dataview's sorting or filtering.
DataView.ToTable: It gives you the data in the dataview after filtering and sorting.
Please refer following image for more
details:
No comments:
Post a Comment