Hi,
I got the error ( Subject Line ) from where clause of my Linq to entities query.
where ET.EventID == eventID && TTL.NoOfTickets > 0 && TTT.PaymentStatusID = 1
i can't find, what is the reason for this error. Help me Please
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satish BhatPosted Nov 4, 2011, 3:37 AM
Try this
where ET.EventID == eventID && TTL.NoOfTickets > 0 && TTT.PaymentStatusID == 1
Suthish NairPosted Nov 6, 2011, 9:46 AM
VulpesPosted Nov 4, 2011, 5:55 AM
Satish BhatPosted Nov 4, 2011, 4:42 AM
Prabhu RajaPosted Nov 4, 2011, 3:53 AM