Skip to content

Commit

Permalink
split query for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsixsmith-moj committed Feb 3, 2025
1 parent c7c6d58 commit 29a3fce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ public class ParticipantByIdSpecification : Specification<Participant>
public ParticipantByIdSpecification(string id)
{
Query.Where(p => p.Id == id);
Query.AsSplitQuery();
}
}

0 comments on commit 29a3fce

Please sign in to comment.