sql - Linq select specific last records -


i new developer linq , sql server. know oracle , pl/sql how can write query in linq oracle :

select * (select * table order createdate) rownum<500 

var query = db.table.orderby(x => x.createdate).take(499); 

Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -