• 1400/04/14

کوئری زدن به ویومدل :

سلام برای کوئری زدن و گرفتن کلید اصلی در ویو مدل ها چطور باید از 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,

             });
  • 1400/04/14
  • ساعت 23:23

سلام

متن خطا را قرار دهید


  • 1400/04/15
  • ساعت 12:18

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

 


  • 1400/04/15
  • ساعت 12:53

متن خطا مشخصه دوست من


  • 1400/04/15
  • ساعت 18:20

😐😑😐


logo-samandehi