s
Home > linq > linq top 100 records
linq to return top 100 records from a table.
var query = db.Models.Take(100);