I have a table called LiquidatorRepresentative. The table contains the Represented Member Id. I don't know how to count how many entries in LiquidatorRepresentative have the same RepresentedMemberId in C# using EntityFramework or LinQ
Thanks in advance.
EDIT: I already made a list InfoList and now the problem is checking if there are entries with Type=15 and same RepresentedMemberId. I can't use a store procedure because the program is already running slow because of linq.