ฉันมีคำสั่ง LINQ:
var list = from t in ctn.Items
where t.DeliverySelection == true && t.Delivery.SentForDelivery == null
orderby t.Delivery.SubmissionDate
select t;
ฉันจะแก้ไขเคียวรีนี้เพื่อเลือกผลลัพธ์ห้ารายการจากฐานข้อมูลได้อย่างไร