Balas Blog..
Sharing knowledge in Project Portfolio Innovation Management (PPIM) and various Technology.
Showing posts with label
LINQ
.
Show all posts
Showing posts with label
LINQ
.
Show all posts
Wednesday, April 15, 2009
Filtering using Linq
Filtering datarow using Linq.
object[] ArrDr = DR.ItemArray;
IList
RowValue = (from filter in ArrDr where filter.ToString() != "" where filter.ToString() != " " select filter).Distinct
().ToList();
Older Posts
Home
Subscribe to:
Posts (Atom)