LinqPad を使い始めたばかりです。
var con1 = from con in table
where con.tableKey == Guid.Parse("8EA5DC2C-2603-499A-A9D3-00019B53421F")
select con;
con.Dump();
私にエラーを投げます
") or end of expression expected (change the Query Language to 'C# Statements' for multi-statement queries)"
誰でも私を修正してもらえますか?
また、linqpad の File-> New Query、New Query と同じプロパティに注意してください。それらの違いは何ですか?ありがとう。