私は以下のコードを持っています
List<string> esfa = NewTable.AsEnumerable().Where(row => row.Field<string>("Select")
=="true").ToList();
コンパイル中にエラーが発生する
'System.Collections.Generic.List<System.Data.Datarow>'
タイプを暗黙的に変換することはできません'System.Collections.Generic.List<string>'
助けてください。