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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:33:31+00:00 2026-05-23T14:33:31+00:00

I tried to add the SP the edmx file, but the input parameters are

  • 0

I tried to add the SP the edmx file, but the input parameters are not shown. I tried to use the code below, but it errors out.

IEnumerable<Finance> userFinance =
((IObjectContextAdapter)this)
.ObjectContext.ExecuteStoreQuery<Finance>("GetFinanceContent @userId", parameter);

I also tried:

SqlParameter parameter = new SqlParameter
    {
        DbType= DbType.Int32,
        Direction = ParameterDirection.Input,
        Value= 100,
        ParameterName ="userId"
    };
var results= db.Database.ExecuteSqlCommand ("GetFinanceContent @userId", parameter);

This gives some parameters error.
Only MySqlParameter objects may be stored

  • 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-23T14:33:32+00:00Added an answer on May 23, 2026 at 2:33 pm

    Woking with stored procedure in EF4 is so much easy. Here is no need to add Sp in edmx file you can get directly access to it just you have to use function mapping just follow these rules …

    1. Update your model and add stored procedure in it.

    2. now in model browser view go to Stored procedure folder you will see your added SP in it.

    3. Now select SP and select the option “Create Function Import” by doing Right Click.

    4. Now Function import Window would be open in it in the Return Type Section select the return type according to the data your SP returning..

      –> If your SP is returning exact match of an entity select that entity .If a scalar value then select its return type if not then you need to create an entity that exact match your SP result.

    5. After that you can get access to SP like this.

      using(EFEntity ef = new EFEntity ())
       {
          var results = from result in ef.YourSpName(Param1, param2,..)
                    select result
       }
      

    Hope this will help you ..

    Updated answer:
    As you are saying you are not getting parameters it means that here is no parameter defined in your SSDL so you have to do this mannualy.

    Here is the solution of your problem.

    Good Luck

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

Sidebar

Related Questions

I tried to add JRadioButton into JTable by using CellEditor and CellRenderer , but
I tried to add a merge strategy to my .gitattributes file in my repository.
I foolishly tried to add a column to a table that I did not
I've tried the add() method but nothing is displayed when I try to add
Can I add a SQL function to my .edmx file like I do in
I've typically done this using edmx's but this time in order to use cascading
I tried to add a conditional statement for IE7 with jQuery, but it doesn't
I tried to add a menu item to package explorer's right click menu. But
I tried to add search fields in Django using python. Followings are the codes
I tried some add to favorties JavaScript scripts.. With IE8, I get an access

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.