Senior & Expert .Net Developers Discussion Forum by Nyros Technologies

HIRE .Net Expert Developers Programmers Coders From India
Ruby on Rails PHP .Net Developers Community, Nyros Technologies, Kakinada
 
Log in  or IF not a member please REGISTER
Username:
Password:   


Keyword
Log in | Profile 

How to select requried Records using Linq query

 
Post new topic   Reply to topic    Senior & Expert .Net Developers Discussion Forum by Nyros Technologies Index -> ADO.Net
View previous topic :: View next topic  
Author Message
jessie



Joined: 22 Apr 2010
Posts: 23

PostPosted: Wed Jun 30, 2010 11:12 am    Post subject: How to select requried Records using Linq query Reply with quote

Hi ..,


I am new to Linq., I my task i am ADO.net entity.

To retrieve required records from the entity., How can i write Linq query. Can any body please give me some examples.

Thanks and Regards
_________________
Jessica.,Smile
Back to top
View user's profile Send private message
pavani



Joined: 26 Mar 2010
Posts: 37

PostPosted: Wed Jun 30, 2010 11:23 am    Post subject: Reply with quote

hello jessica,

Here I am giving few examples on Linq.

Suppose you had an ADO.NET Entity like MyDbEnties.

First you need to create an object for that entity


MyDbEnties db=new MyDbEnties();


var records = from c in db.tablename
select c; //To select all records from the data base


var records = from c in forum.tablename where c.Status == false select c; // using single where condition.


var records=from c in forum.tablename where c.Tags.TagID == id where c.Status == false select c; //using multiple where conditins



var records = from c in forum.tablename where c.Tags.TagID == id where c.Status == false orderby c.QuestionID descending select c; // using filters like order by


I hope you understand .., Better to practice more.
_________________
Pavani....Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Senior & Expert .Net Developers Discussion Forum by Nyros Technologies Index -> ADO.Net
Page 1 of 1


 latest topics 
 Topics   Replies   Author   Views   Last Post 
No new posts Exceptional Manger
1 suraj 26 Thu Sep 02, 2010 8:52 am
Rahul View latest post
No new posts background image for UITableView
0 kumar 31 Wed Sep 01, 2010 10:34 am
kumar View latest post
No new posts Types of Run time exceptions
1 Dheeraj 30 Wed Sep 01, 2010 8:58 am
venkat View latest post
No new posts Access Web Page content in Windows Forms without WebBrowser
3 mouli 258 Wed Sep 01, 2010 7:31 am
rajesh View latest post
No new posts Explain Interlocked Class & Daemon Thread's?
1 mukundh 53 Wed Sep 01, 2010 7:19 am
setty View latest post
No new posts Life Cycle Of Delegate
0 vinay 29 Wed Sep 01, 2010 7:14 am
vinay View latest post
No new posts Accessing methods defined in another page
1 suraj 30 Tue Aug 31, 2010 12:45 pm
Rahul View latest post
No new posts How ASP.Net events are processed?
1 Teena 33 Tue Aug 31, 2010 11:55 am
suraj View latest post
No new posts Universal description discovery and integration
1 Dileep 25 Tue Aug 31, 2010 11:45 am
venkat View latest post
No new posts What is the difference between Shadowing and Overriding ?
1 suraj 35 Tue Aug 31, 2010 11:37 am
Teena View latest post




Hire an expert .Net developer / coder / programmer or development team from India now!!

Other Forums : Ruby on Rails   ::   PHP   |   Free unlimited HTML CSS templates download

Nyros Technologies   |   Kakinada City Portal   |   Developers Blog   |   About .Net Experts   |   More