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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:43:15+00:00 2026-05-23T11:43:15+00:00

I am creating a POCO object for ADO.NET DataServce (they are called WCF DataServices

  • 0

I am creating a POCO object for ADO.NET DataServce (they are called WCF DataServices now) The compiler tells me that entities need to have an ID property.

OK, that’s fine but I don’t want to call mine ID, I want to call it ‘Code’. What attribute do I put on the property ‘Code’ to tell the service that it is the ‘primary key’?

I have been searching Google for an answer but today I can’t seem the guess the right sequence of words

  • 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-23T11:43:16+00:00Added an answer on May 23, 2026 at 11:43 am

    You add an attribute on your POCO class that tells ADO Data Services which property is your Unique Key. Like an example below. You mark the property to use with: DataServiceKey(“Id”)]. In my case it was “Id”. But you should be able to change it to somethign else.

     [DataServiceKey("Id")]
    public class Phone
    {
        public int Id { get; set; }
        public string Number { get; set; }
        public string Extension { get; set; }
        public string PhoneType { get; set; }
        public int SortOder { get; set; }
    }
    

    Key property with different name:

     [DataServiceKey("Code")]
    public class Phone
    {
        public int Code { get; set; }
        public string Number { get; set; }
        public string Extension { get; set; }
        public string PhoneType { get; set; }
        public int SortOder { get; set; }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Creating liquid layouts is an immense pain. Now, I totally understand that tables should
Creating an installer for possible remote systems so that if they do not have
I am working with VS2010, .NET 4.0, Entity Framework 4, and POCO entities. I
What does one loose by creating POCO using T4 templates in entity framework 4.0?
I creating a small desktop application using Qt and Poco on Mac OS X
Creating a calculator-like dialog, I noticed that quickly clicking on a button in IE
I'm currently facing a performance problem with creating POCO objects from my database. I'm
I'm creating a new project that is following closely to the design used by
In Entity Framework 4.1 when creating a POCO, should the class be coded to
Im planning to use the Entities generated by the EF (POCO) in sending data

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.