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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:16:08+00:00 2026-05-23T04:16:08+00:00

When looking at a linked EntitySet<T> of a LINQ to SQL mapped entity, I

  • 0

When looking at a linked EntitySet<T> of a LINQ to SQL mapped entity, I see the following:

EntitySet debug view

I’d like to see the following (achieved by using the .AsQueryable() extension method) so that I can click the little refresh icon and see the content:

alt text

Why can’t I see the Results View on a regular plain EntitySet<T>?

Also, I’ve noticed that on this MSDN page it says:

In LINQ to SQL, the EntitySet<TEntity> class implements the IQueryable interface.

From what I can see, EntitySet<TEntity> doesn’t inherit from either IQueryable nor IQueryable<T>. So what’s up with that claim?

  • 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-23T04:16:09+00:00Added an answer on May 23, 2026 at 4:16 am

    You’ll find the answer to this question

    The results view only works for
    collections which meet the following
    conditions

    1. Implement IEnumerable or IEnumerable (VB.Net only works for
      IEnumerable)
    2. Do not implement IList, IList, ICollection or
      ICollection (C# restriction only)
    3. Do not have a DebuggerTypeProxy attribute
    4. System.Core.dll is loaded in the debugee process

    In particular #2, EntitySet<T> implement’s IList<T> therefore the debugger won’t show a “Results View” option.

    Using the AsQueryable extension method returns an object which only implements IQueryable and IEnumerable and therefore will show the “Results View” option.

    You can read more about the #2 in the answer given in the other question.

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

Sidebar

Related Questions

I have been looking at how I could use Single linked lists using the
Looking at the selected row in a database-linked grid, sometimes I see a small
Looking for C# class which wraps calls to do the following: read and write
Looking to do a very small, quick 'n dirty side project. I like the
Looking for a Linux application (or Firefox extension) that will allow me to scrape
I am looking for an algorithm to create a linked list from a set
My question appears to be linked to the following question: How to Handle in
I am looking at a textbook example of a linked list that implements a
I'm looking for an elegant, high performance solution to the following problem. There are
I am looking for book on data structure which guides in linked list, double

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.