In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
Answer / imatoria
(from t in context.tableName
select t).Take(5)
| Is This Answer Correct ? | 10 Yes | 0 No |
what is the difference between master page and content page?
what is an assembly ?
What are relation objects in dataset?
State and explain about microsoft.net?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is the use of TPL DATAFLOW?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
any one can explain about projectarchitecture and project approach briefly
How to delete the duplicate records in a table using sql server
What size is a .net object?
Can you explain the difference between an ADO.NET Dataset and ADO Recordset?