I know how to filter a Dataview. But how do you do it for a Dataset. Apparently its different. I'm trying to find look for a record where a column is equal to a value.
A DataSet is a collection of DataTables. A DataView is derived from a DataTable. Look up the .Select() method in help, wherein you will get an array of DataRows back.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.