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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:43:52+00:00 2026-06-17T09:43:52+00:00

I have an Entity in my model which has an Enumeration type property. I’m

  • 0

I have an Entity in my model which has an Enumeration type property.

I’m binding a Gridview with an EntityDataSource to it. By now, everything is fine.

But how can I specify a WHERE clause on a MyEntity.MyEnumProperty?

Here is what I have tried so far:

Convert.ToInt32(it.MyEnumProperty) = @MyParam // Does not work
CONVERT(it.MyEnumProperty AS INT) = @MyParam // Still does not work

I also tried to set Int32 to DbType of my params for both these values but it fails. Also, I tried to bind it to a control or specifying a default value but it always fails saying it’s impossible to convert a String value to MyEnum.

I know it may be pretty simple but all my research on Google returned no answer about this.

  • 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-06-17T09:43:52+00:00Added an answer on June 17, 2026 at 9:43 am

    Pretty simple finaly.

    Easiest way were to specify manualy my where clause and convert it. I’d found this answer somewhere saying it’s impossible. It wasn’t, but only in previous version but work perfectly with EF4.

    Here is my where clause :

    <asp:EntityDataSource [...]
        Where="CAST(it.MyEnumProperty AS System.Int32) = @MyParamInWhereClauseWith">
        <WhereParameters>
            <asp:Parameter Name="MyEnumProperty" DbType="Int32" DefaultValue="1" />
        </WhereParameters>
    </asp:EntityDataSource>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have an entity that has a navigation property which has a type
I have a requirement to bind an entity of type 'Field' which has a
I have a simple model which models a vehicle entity. It has attributes: Model
I have a codefirst entity model which has two entities, City and Locality. City
in my Core Data model, I have an entity which has got a date
I have an entity model which has some tables added from my DB. I
i have an entity-model file (edmx) file which contains few tables and few stored
I have a simple ADO.NET Entity Framework 4.0 model (edmx) which defines database tables
I have an entity model where the base class in an inheritance structure has
We have an entity framework model with has some inheritance in it. The following

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.