Foxhole Atheist
Monday, July 29, 2013
Linq Datatable subset as a datatable
blah.Rows.Cast<DataRow>().Where(row => row.Field<int>("ID").Equals(i)).CopyToDataTable();
will return onle where id = i
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment