Skip to content

sql generator performance with "in" queries #215

Closed Answered by phnx47
bolcal asked this question in Q&A
Discussion options

You must be logged in to vote

@bolcal Show query generated by

var consultantApps = appointmentRepository
  .FindAll(a => a.ConsultantProfile.Status && a.AppointmentStatuId == 3, a => a.ConsultantProfile);

How long does it take to execute this sql?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@phnx47
Comment options

@bolcal
Comment options

Answer selected by phnx47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants