Operator && cannot be applied to operands of type bool and short : Error
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