سلام برای کوئری زدن و گرفتن کلید اصلی در ویو مدل ها چطور باید از lambda استفاده کنم مثال
return db.Pages.Find(id).Where(x => new adminPageViewmodel()
{
pageId = x.PageId,
groupId = x.GroupId,
groupTitle = x.PageGroup.GroupTitle,
pageTitle = x.PageTitle,
pageImage = x.PageImageName,
pageShortText = x.PageShortText,
pageText = x.PageText,
pageVisit = x.PageVisitedCount,
});
سلام
متن خطا را قرار دهید
Severity Code Description Project File Line Suppression State
Error CS1061 'Page' does not contain a definition for 'Where' and no accessible extension method 'Where' accepting a first argument of type 'Page' could be found (are you missing a using directive or an assembly reference?) Repository E:\web projects\CMS\Repository\Services\Page_service.cs 60 Active
متن خطا مشخصه دوست من
😐😑😐