2
Answers

Linq Query Count

Ramco Ramco

Ramco Ramco

2y
558
1

Hi

  I have below code & i want that if there is more than 1 record it should give message

TicketAnalysi objUpload = context.TicketAnalysis.Single(rec => rec.TicketID == Convert.ToInt32(hdfTicketId.Value));

Thanks

Answers (2)