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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T19:10:23+00:00 2026-05-22T19:10:23+00:00

Has anyone here used MySQL with the entity framework 4.0 and stored procedures? When

  • 0

Has anyone here used MySQL with the entity framework 4.0 and stored procedures? When I add a SP, it does not show any of my fields that I need to input. I also see no way to manually add them. When I click Function Import Mapping, it simply says “Select an Entity or Association on the Entity Designer Model Browser to edit it’s mapping”.

Any help is appreciated. I am using the .NET Connector 6.3.6

  • 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-22T19:10:24+00:00Added an answer on May 22, 2026 at 7:10 pm

    due to the bug #55778 (Stored procedure parameters are omitted during update of the entity data model) it is not possible to automatically import MySQL Stored Procedures into a entity data model.

    As a workaround you could manually manipulate the created .edmx file (.ssdl, .csdl):

    Import the MySQL Stored Procedure as discribed above

    Search for the Stored Procedure name within the model (.edmx file or .ssdl, .csdl files)

    Within the Storage Model (SSDL) replace:

      <Function Name="GetStudentGrades" Aggregate="false" BuiltIn="false"
                NiladicFunction="false" IsComposable="false"
                ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
      </Function>
    

    with:

      <Function Name="GetStudentGrades" Aggregate="false" BuiltIn="false"
               NiladicFunction="false" IsComposable="false"
                ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo">
        <Parameter Name="StudentID" Type="int" Mode="In" />
      </Function>
    

    Within the Conceptual Model (CSDL) replace:

      <FunctionImport Name="GetStudentGrades" EntitySet="StudentGrades" ReturnType=...>
      </FunctionImport>
    

    with:

      <FunctionImport Name="GetStudentGrades" EntitySet="StudentGrades" ReturnType=...>
        <Parameter Name="StudentID" Mode="In" Type="Int32" />
      </FunctionImport>
    

    Hope that helps!
    Cheers

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

Sidebar

Related Questions

Does anyone here has any experience on how to send HTML emails that renders
Has anyone here ever used C++'s placement new? If so, what for? It looks
I'm wondering whether anyone here has ever used a skip list . It looks
I wonder if anyone here has any experience with mercurial running on Ubuntu? I've
I have to implement MPI system in a cluster. If anyone here has any
I was wondering if anyone here has experience in unit testing LOB applications (typically
was wondering if there are anyone else here that has signed up with the
Has anyone tried installing SQL Server 2008 Developer on a machine that already has
Has anyone ever set up Cruise Control to build an OS X Cocoa/Objective-C project?
Has anyone looked at Yahoo's ASTRA ? It's fairly nifty, but I had some

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.