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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T10:55:40+00:00 2026-05-31T10:55:40+00:00

I use the Include attribute on my properties, and they are transferred back properly

  • 0

I use the Include attribute on my properties, and they are transferred back properly to the client, but once I sent it back to the ria service for further processing the property are now null.

internal sealed class lSyncMetadata
{    
    private lSyncMetadata()
    {
    }

    public string ConflictMessage { get; set; }

    public DateTime DateInserted { get; set; }

    public Guid vValueId { get; set; }
    [Key]
    public Guid ID { get; set; }

    public bool IsConflict { get; set; }

    public bool IsReadyToSync { get; set; }

    public Guid SyncSet { get; set; }
    [Include]
    public vValue vValue { get; set; }    
}
  • 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-31T10:55:41+00:00Added an answer on May 31, 2026 at 10:55 am

    RIA Services Client does not serialize any property except value type and string, because usual navigation properties can lead to circular references and it will be impossible to determine what to send and what not to send. More over, in order to reduce network traffic and in order to maintain proper change tracking, ChangeSets are submitted by RIA Services but only for the entities it is tracking.

    RIA Services are designed to replicate Entity Tracking on client side and you are expected to update, fetch navigation properties (related entities) on demand and you should let RIA Services manage what to send and what not to send.

    However Include only works from Server to Client, it does not work from Client to Server, indeed if you make changes to navigation properties, RIA Services will determine and send ChangeSets correctly.

    For anything apart from this, you will have to create a normal WCF Service or Web Service to make this work and access that from client.

    Complex Types including only value types are supported, but they can not be of type Entity having Entity Key.

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

Sidebar

Related Questions

Ok, this is weird. I cannot use BindAttribute 's Include and Exclude properties with
What im trying to do, is use php include within a jquery append attribute.
When I use SvcUtil to generate the client-side class it does not include the
I have use include ('base.php') script in my other scripts ( more.php ). Now
So I know I can use #include in BIB and REG files to pull
Is there any material about how to use #include correctly? I didn't find any
As far as I know, there's no way to use {% include %} within
When i use php include to include a page in my website all the
To include another file in JSP, we use the @include tag <%@ include file=NameOfFile%>
When I use the following #include <map> using namespace LCDControl; Any reference to the

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.