Does sorting a dataview cause its datatable to change

G

Guest

If I sort a dataview using dataview.sort = "sort string", can the
dataview.table change?
 
M

Miha Markic

No, sorting dataviews doesn't change the underlying table in any way.
However, note that when you bind DataTable you are actually binding
DataTable.DefaultView.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top