In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
Answer Posted / imatoria
(from t in context.tableName
select t).Take(5)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
data types used in validation control
What are the new features of .net 2.0?
What is the difference between primary & secondary storage device? : Dot net architecture
What is an interrupt? : .NET Architecture
What is cache coherency and how is it eliminated? : Dot net architecture
What is .net mobile input validation. : Microsoft dot net mobile
What is private constructor? And it's use?
What is the mesi? : .NET Architecture
Explain some of the disadvantages due to microsoft.net?
What is the mesi? : Dot net architecture
can u give me real example of how web.config overrides the machine.config file?
question related to table havi colspan and row span
Explain write back and write through caches? : .NET Architecture
What is .net mobile utility controls. : Microsoft dot net mobile
What actually happes when you add a something to arraylistcollection ?