Using LINQ Join Extension-Method on List & DataRowCollection?

DataTable. Rows is not generic i.e. It does not implement IEnumerable( dt.AsEnumerable(), attr => attr.Name, dataRow => dataRow0.ToString(), (a, b) => new Attribute(a.

Name, a. Value, b1.ToString())).

DataTable. Rows is not generic i.e. It does not implement IEnumerable so you can't use it in Linq, try below: attrList.

Join( dt.AsEnumerable(), attr => attr. Name, dataRow => dataRow0.ToString(), (a, b) => new Attribute(a. Name, a.

Value, b1.ToString())).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions