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
diamond diamond
NA
133
55.5k
how to write like operation of sql use in C# by linq
Sep 6 2013 2:37 AM
Hi
Is there possible to write such a sql query by linc in C#?
I have two tables (kv2, kv2dns), I want to select destination feild from kv2dns which has some common condition with kv2 table
if (dt.dport=53) dt is datatable for kv2 table has
{
list<string> hosts = Select destination_address from kv2dns where kv2.saddr=kv2dns.destination_
address and kv2.daddr=kv2dns.source and
kv2dns.info
like ' no such name' ;
}
Reply
Answers (
7
)
group a table by a column which has select distinct on colmn
logical question