In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.



In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select ..

Answer / imatoria

(from t in context.tableName
select t).Take(5)

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

Define an interrupt? : Dot net architecture

0 Answers  


Will finally block exec if we write an return statement to a try block???????

3 Answers  


how windows applications different from the console applications?

1 Answers   Six Sigma,


What does this do? Gacutil /l | find /i "corillian"

0 Answers  


What is textview control of .net mobile? : Microsoft dot net mobile

0 Answers  


What is the difference between metadata and menifest ?

0 Answers  


where should I put this information then?

0 Answers  


Can you explain atlasuiglitz library?

0 Answers  


What is the mesi? : Dot net architecture

0 Answers  


difference between data reader and dataset

0 Answers   PCS,


What is the purpose of Accordian in jquery? Where it can be used?

0 Answers  


server.transfer limitation ?

0 Answers  


Categories