TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ejaz mirza
NA
471
47.2k
anyone convert this sql query to linq
Jul 11 2018 4:50 AM
select * from OrderBookingDetails where OrderType='" + ordertypedd.SelectedItem + "' and PartyName='" + partynameddmain.SelectedItem + "'and LEN(RTRIM(ISNULL(Status,'')))=0 and (LEN(RTRIM(ISNULL(OrderConfirmedBy, ''))) > 0) and ((LEN(RTRIM(ISNULL(OrderIssuedBy, ''))) > 0)) and StockLocationName in (" + stloc + ") and OrderNo in (Select OrderNo from OrderBookingDetails where QtyBags>Isnull(DOExecutedQty,0))
Reply
Answers (
16
)
Split a list into sub-lists taking
Using lambda unable to do join, groupby and where in EF Core