10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Mukesh Kumar Tiwari
1.2k
1k
217.7k
How to check result set empty or null in linq????
Dec 12 2013 1:40 AM
hey frnds ...
i have a query in linq like this.
var res = from UM in linq.AG_User_Masters
where UM.Login_id == txt_loginname.Text
select UM;
now i have to check that res contain any result or not..
but i do not getting this abjectly...
so pls help...
Thanks....
Reply
Answers (
5
)
The ':' character, hexadecimal value 0x3A, cannot be include
How to get value in variable of c# from DB in Linq.???