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 8256293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:49:03+00:00 2026-06-08T01:49:03+00:00

Assume: BaseEntity ChildEntity : BaseEntity The problem is getting the base entities with an

  • 0

Assume:

BaseEntity
ChildEntity : BaseEntity

The problem is getting the base entities with an efficient way. What I know that works is this type of query:

var results = context.BaseEntities.Where(entity => !(entity is ChildEntity) );

However this is very prone to breaking, as simply adding another extension to BaseEntity, like ChildEntityTwo : BaseEntity will break the query (query will include BaseEntity and ChildEntityTwo types.

Also, I havent had the chance to profile it yet but I suspect the query downloads all the entities and filters them in memory, but I could be wrong with this one.

Note that the solution context.BaseEntities.OfType<BaseEntities>() will actually include and download all the entities as well! It only works when you need an endpoint class, like ChildEntityTwo

  • 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-06-08T01:49:05+00:00Added an answer on June 8, 2026 at 1:49 am

    ESQL offers OFTYPE ONLY operator for this purpose but that operator doesn’t have any equivalent in Linq. You can use this workaround to build OFTYPE ONLY for Linq.

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

Sidebar

Related Questions

Assume this code works: left '*' left '+' expr: expr '+' expr | expr
Assume that the core project has a base entity and every plugin maybe extends
Assume that I have two entities as follows: class Blog { public Blog() {
Assume I have two tables, Student Test Id Name TestId Type StudentId -- ----
Assume that we have two sets: A=(a_1,a_2,...,a_m) and B=(b_1,b_2,...,a_n) (Not necessarily of same size).
Assume I have 2 controllers that handle 2 parts of the page - header
Assume that the database connection is good, the table name and column name are
Assume that I have a var std::string sourceCode; where I have loaded a cpp
Assume this model class : public class Car extends Vehicle implements Visitable { .....
Assume the following is a 2d array that we are operating on a b

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.