我有以下linq查询工作正常:var jsonString = JsonConvert.SerializeObject(this.DocumentTypes.Select(c => new{ RowId = c.RowId, Id = c.Id, IsDocumentType = c.IsDocumentType}).ToDictionary(x => x.RowId));正如您所看到的,我正在将字典的键设置为 RowId,但只有将 RowId 作为返回的元素包含在内,我才能使其工作。有没有办法实现相同的结果,而不必将 RowId 作为返回元素包含在内?
1 回答
- 1 回答
- 0 关注
- 104 浏览
添加回答
举报
0/150
提交
取消