摘要:
某些情况下,出于性能考虑,我们需要外键的id值,但不想使用join子句把引用类型都读进来。 class Book { public int Id { get; set; } public string Name { get; set; } public string Author { get; se 阅读全文
posted @ 2022-01-29 18:52
.net一小兵
阅读(55)
评论(0)
推荐(0)
2022年1月29日