私は MyDataTable を持っています。名前付きの列がありますTitle
DataTable dtTmp = new GetDatas(); /* GetDatas function returns MyDataTable type*/
rptImages.DataSource = SiteMap.ChildNodes.Cast<SiteMapNode>().Where(x => x.Title != /*dtTmp[index]["Title"]*/);
x.title が dtTmp のアイテムのTitle
値と等しくない場合はコーディングしたいと思います。
簡単にコーディングするには?