当我写下一个LINQ查询时,错误显示在select:
DataTable dtbl = //... int count = (from p in dtbl select p.RecordID).Max();
请帮帮我.
.net c# linq
.net ×1
c# ×1
linq ×1