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

  • SEARCH
  • Home
  • 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 6939973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:41:38+00:00 2026-05-27T12:41:38+00:00

Is it possible to query EF by an interface and get the data castable

  • 0

Is it possible to query EF by an interface and get the data castable in their concrete type ?

Let’s say I got:

public interface IBaseBlock
{
    int Id { get; set; }
    string Name { get; set; }
}

public class ContentBlock : IBaseBlock
{
    public int Id { get; set; }
    public string Name { get; set; }
    public string Content { get; set; }
}

public class VideoBlock : IBaseBlock
{
    public int Id { get; set; }
    public string Name { get; set; }
    string string VideoUrl { get; set; }
}

So, I want to be able to get a list from entity framework based on IBaseBlock and then cast them into their concret types to get the additional data.

Now, I know it’s possible to do it with nhibernate (http://stackoverflow.com/questions/3612816/nhibernate-query-all-objects-implementing-an-interface), and I know all it does is create a bunch of SQL queries, but all in one database round trip. I also don’t care much for additional data when the query is issued (I don’t want to be able to add wheres and order by, etc.) I just need to filter by the common fields (Id and Name).

Thanks

  • 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-27T12:41:39+00:00Added an answer on May 27, 2026 at 12:41 pm

    Entity framework doesn’t support querying by interface (EF doesn’t support interfaces at all). It supports only mapped entity inheritance. To make it work you must change your IBaseBlock interface to BaseBlock abstract class and map inheritance (probably TPC). Using inheritance has some other pitfalls. For example primary key of any entity must be unique in the whole inheritance tree.

    As a side note EF currently doesn’t support multiple queries within single roundtrip so when querying inheritance tree it creates one big query with unions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is this possible somehow? @Name(geolocationService) public interface GeolocationService { @Query(SELECT g FROM Geolocation geolocation
Is it possible to query certificate store on windows server 2008 using .net platform?
Is is possible to query the current browser from within an applet? I would
Is it possible to query using Facebook Query Language when not currently logged in
Is it possible to query Google's cache with a specific date range. for instance,
I have an Exchange account with multiple calendars defined. Is it possible to query
Hi all is it possible to rewrite query: select userid from User where userid
Possible Duplicate: SQL Server Database query help Hi, I have a problem that I
Is it possible to do a simple count(*) query in a PHP script while
Is it possible to write a PL/SQL query to identify a complete list of

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.