Returning a Distinct IQueryable with LINQ?

后端 未结 7 1511
無奈伤痛
無奈伤痛 2020-12-29 09:29

I\'m writing a Function that pulls Records from a DataBase using LINQ to get an IQueryable. This LINQ statement will pull all of the records for Active users within a certai

相关标签:
7条回答
  • 2020-12-29 10:27

    You might want to implement a custom comparer for Distinct method. Please refer to a previous SO question here.

    0 讨论(0)
提交回复
热议问题