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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:58:49+00:00 2026-05-11T06:58:49+00:00

I am using ADO.Net DataServices to expose an Entity Data Model to Silverlight. The

  • 0

I am using ADO.Net DataServices to expose an Entity Data Model to Silverlight. The model has a stored procedure that returns void. I want to call this procedure from the Silverlight client.

My understanding is that I should add a [WebInvoke] method to the DataService class and use DbCommand to call the stored procedure.

Here is my code so far:

using System.Data.Common; using System.Data.Services; using System.ServiceModel.Web;  namespace Foo.Web {     public class PayrollDataService : DataService<Foo.Web.PayrollEntities>     {         public static void InitializeService(IDataServiceConfiguration config)         {             config.SetEntitySetAccessRule('*', EntitySetRights.AllRead);             config.UseVerboseErrors = true;         }         [WebInvoke]         public void RunMyProcedure()         {             DbConnection conn = this.CurrentDataSource.Connection;             DbCommand cmd = conn.CreateCommand();              // TODO: Call the stored procedure in the EF Data Model.         }     } } 

Can someone confirm that this is the right approach and show an example using DbCommand in this situation?

  • 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. 2026-05-11T06:58:49+00:00Added an answer on May 11, 2026 at 6:58 am

    The question I have is why you are running this in the Entity Framework, as you are returning nothing, which suggests to me you are not actually filling objects. If this is merely some clean up and does not affect the data, I would not have it in EF.

    There is nothing wrong with using DBCommand to fire queries, if that is your question. And if you are actually affecting EF objects, I would not be as concerned about storing the procedure there. If the procedure does not affect EF objects, I would have it separate from EF rather than see everything as a nail and EF as the hammer.

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

Sidebar

Related Questions

I'm using ADO.NET dataservices in a Silverlight application and since the silverlight libraries don't
I'm looking at using ADO.NET Data Services with silverlight. I've been looking at the
I have some existing code that retrieves data from a database using ADO.NET that
I am using an ADO .Net Entity Model for querying a MySQL database. I
Okay, so I'm doing my first foray into using the ADO.NET Entity Framework. My
ADO.NET has the notorious DataRow class which you cannot instantiate using new. This is
Using: ado.net How can I select data from a DataTable using SQL with an
I'm using the Pervasive SQL - ADO.NET 3.5 DataProvider for retrieving data out of
I'm using ADO.NET EF in an MVC application. I'm considering putting the ObjectContext inside
How can I create a empty .mdb file? I'm using ADO.NET and C#. Thanks!

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.