-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: datatable
Linq strikes again
Linq has become one of my favorite things to use. It allows you to approach the concepts of objects just as you would a sql query on a database. Linq is very flexible and i have not found an instance … Continue reading
Posted in Uncategorized
Tagged .net, c#, Dataset, datatable, Dataview, Linq, Rowfilter, vb
Leave a comment
Blurb of the day
If you ever decide you need to load a datatable from an xml file just remember if you export from a datatable to an xml file it will use that data tables name in the xml file. Why is this … Continue reading