Sqlserver
 sql >> Baza danych >  >> RDS >> Sqlserver

Linq wybór zakresu rekordów

A co powiesz na:

var q = (
from Comments in db.tblBlogComments 
where Comments.blogID == this.ID 
orderby Comments.date descending 
select new { Comments.userID, Comments.comment, Comments.date }).Skip(10).Take(10);


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. 3 sposoby na zliczanie liczby tabel systemowych w bazie danych SQL Server

  2. Jak wyświetlić pełną zawartość kolumny tekstowej lub varchar(MAX) w programie SQL Server 2008 Management Studio?

  3. UNIQUE - sposób na unikatowe wiersze w tabeli?

  4. Porównanie techniczne:Microsoft Access 2016 i SQL Server 2016

  5. Nieprawidłowa składnia w pobliżu słowa kluczowego „GROUP” W SQL