Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6127417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:30:20+00:00 2026-05-23T16:30:20+00:00

I use EntityFramework 4, LINQ, and C#. I need display data in a GridView

  • 0

I use EntityFramework 4, LINQ, and C#.

I need display data in a GridView from a query expression using Linq; I need project as anonymous type a value calculate on fly DateTime.UtcNow - cl.DateLocked Note: cl.DateLocked is of type DateTime and I need to know how many days of difference between this two dates.

With this query I receive an error:

DbArithmeticExpression arguments must have a numeric common type. 

Any idea how to do it in Linq? If Linq does not allow it how to do it in a different way?

Thanks for your time

var queryContentsLocked = from cl in context.CmsContentsLockedBies
                          join cnt in context.CmsContents
                          on cl.ContentId equals cnt.ContentId
                          join u in context.aspnet_Users
                          on cl.UserId equals u.UserId
                          select new
                          {
                            cl.DateLocked,
                            cnt.ContentId,
                            cnt.Title,
                            u.UserName,
                            u.UserId,
                            TimePan = DateTime.UtcNow - cl.DateLocked // Problem here!!!
                          };
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T16:30:21+00:00Added an answer on May 23, 2026 at 4:30 pm
    var queryContentsLocked = from cl in context.CmsContentsLockedBies
                              join cnt in context.CmsContents
                              on cl.ContentId equals cnt.ContentId
                              join u in context.aspnet_Users
                              on cl.UserId equals u.UserId
                              select new
                              {
                                cl.DateLocked,
                                cnt.ContentId,
                                cnt.Title,
                                u.UserName,
                                u.UserId,
                                Days = SqlFunctions.DateDiff("day", cl.DateLocked, DateTime.UtcNow)
                              };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There is a problem I need help with your query on the data using
I'm trying to use EntityFramework to work with MySQL database from c#. I'm using
With .NET, which data access method is better to use LINQ to SQL,entity framework,
If I use entity framework with linq to sql to query it and I
I am using Entity Framework with Linq to Entities, trying to select some data
As I understand it, Crystal Reports can use EntityFramework, is the correct? I'd rather
For my ASP.NET MVC 2 application I use Entity Framework 1.0 as my data
I use ADO.NET Entity-Framework, I have a page that is data-bound to an entity
I am putting together a WCF Data Service for PatientEntities using Entity Framework. My
I have been using LINQ to SQL for the last year and have had

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.