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);
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);
3 sposoby na zliczanie liczby tabel systemowych w bazie danych SQL Server
Jak wyświetlić pełną zawartość kolumny tekstowej lub varchar(MAX) w programie SQL Server 2008 Management Studio?
UNIQUE - sposób na unikatowe wiersze w tabeli?
Porównanie techniczne:Microsoft Access 2016 i SQL Server 2016
Nieprawidłowa składnia w pobliżu słowa kluczowego „GROUP” W SQL