Que tal:
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);
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);
Rastreando alta disponibilidade para PostgreSQL com Heartbeat
Como o design de banco de dados ajuda a organizar professores, aulas e alunos?
Como habilitar o rastreamento em aplicativos oracle r12
Anúncio do ClusterControl 1.7.3:suporte aprimorado ao PostgreSQL e novas opções de implantação na nuvem