【发布时间】:2012-10-31 06:12:17
【问题描述】:
我刚刚开始使用 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 上具有相同的属性。 它们之间有什么区别?谢谢。
【问题讨论】:
标签: linqpad