C# - Problemă DataGridView

Faci linq pe dt:
Ceva de genul
var results = from myRow in dt.AsEnumerable()
where myRow.Field(“id”) == 5
select myRow;