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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T00:24:25+00:00 2026-05-21T00:24:25+00:00

This is driving me mad, I’ve got a DomainService call which on the server

  • 0

This is driving me mad, I’ve got a DomainService call which on the server contains an Include() to return child objects as follows:

public IQueryable<RegionBorder> GetRegionBordersWithPolygonsAndLatLongs()
    {
        return this.ObjectContext.RegionBorders.Include("RegionPolygons.LatLongs");
    }

I’ve set this line as a debug point on the server and it is generating the correct results with the child collections included within the toplevel entities. However, on the client, I cannot access the children. The client code is as follows:

EntityQuery<RegionBorder> query = idc.GetRegionBordersWithPolygonsAndLatLongsQuery();
        LoadOperation<RegionBorder> lo = idc.Load<RegionBorder>(query);
        lo.Completed += delegate(object sender, EventArgs e1)
        {
            //regionBorders = idc.RegionBorders;
            string prtyName = "ProjOverspend";
            var elements = new Collection<FrameworkElement>();
            var propertySet = new ExtendedPropertySet();
            propertySet.RegisterProperty(prtyName, prtyName, typeof(double), 0d);

            foreach (RegionBorder ent in idc.RegionBorders)
            {
                foreach (RegionPolygon rp in ent.RegionPolygons)
                {
                    Telerik.Windows.Controls.Map.MapPolygon mp = new Telerik.Windows.Controls.Map.MapPolygon();
                    mp.Points = rp.Points;
                    elements.Add(mp);
                    SetExtendedProperty(propertySet, prtyName, mp, 0d);
                }
            }

Can anybody help me with where I am going wrong because I am sure this was working fine before and now just will not do anything.

Thanks for any help.

Martyn.

  • 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-21T00:24:25+00:00Added an answer on May 21, 2026 at 12:24 am

    You have to add IncludeAttribute in metadata as well.

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

Sidebar

Related Questions

Anyone ever seen anything like this before? It's driving me mad! Basically, I've got
This is driving me mad. I am creating an AIR application and everything is
Total newbie question but this is driving me mad! I'm trying this: myInt =
my jQuery skills are pretty good normally but this is driving me mad! It's
This issue is driving me mad. I have several tables defined, and CRUD stored
Driving me mad on a personal project; I know I've done this before but
This has been driving me mad someone help coz i don't seem to see
This problem has been driving me mad. Here's the general gist: I have two
this is driving me MAD now.. I have a UItableview. Based on an NSMutableArray,
This is driving me mad , I have a code that works perfect with

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.