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

  • Home
  • SEARCH
  • 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 6731015
In Process

The Archive Base Latest Questions

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

How do you store enums in sql-server using linq-to-sql? I end up having a

  • 0

How do you store enums in sql-server using linq-to-sql?

I end up having a lot of conversions to and from int in my code.
There has to be a better way. What did I miss?

sqlItem.enumValue = (int)myEnumValue;
...
myEnumValue = (MyEnumType)sqlItem.enumValue

It does not matter if SQL server or LINQ stores the values as strings or ints in the database, I just want to avoid all these typecasts sprinkled all over my code.

Could it be solved by an extension method to my linq-to-sql-classes and if so what would that look like?

  • 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-26T10:28:41+00:00Added an answer on May 26, 2026 at 10:28 am

    You can use a mapping for types from the database from within the DBML editor.

    Assuming you’re working from within Visual Studio (the order in which these actions are undertaken can get highly irritating, since it auto-deselects your current selection in the editor when opening the properties, and so on):

    • open the DBML editor,
    • open the “Properties” view/tab
    • specify the type in the “Type” field.

    In my experience, just inputting the type in the form of <namespace>.<type> is not always successful, I think this is the nuance that @leppie is referring to; for safety, use global::<namespace>.<type>.

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

Sidebar

Related Questions

I'm pulling some data from a table using LINQ 2 SQL...one of the pieces
I am in the need of being able to store and retrieve enums from
Fun with enums in C#. Take one generic list that is created to store
I'm using Windows Forms and VS2008. I want to store an enum value in
What's the recommended way to store enums with NHibernate? To put it another way,
I'm not sure what Database I will be going with (more likely SQL Server
My application has a model which currently uses an integer in the SQL database
i want to store the colors of a team but unfortunately i am using
I need to store a dayOfTheWeek in a column of my database. Im using
My models use enums for fixed multiple selections. I'm using Dean Chalk's EnumBinder, found

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.