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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T12:22:08+00:00 2026-05-12T12:22:08+00:00

I currently have a single DataSet declared which contains 3 tables. For sake of

  • 0

I currently have a single DataSet declared which contains 3 tables. For sake of this example we will call them User, Question and Answer.

On each of these I have a TableAdapter with the various methods required, ie. GetData(), Update(), Delete() etc.

On the Answer Table I would like to override the Update Method from the TableAdapter to add some Parameters which are not part of the table, but I need to pass due to the ObjectDataSource requirement.

How do I go about overriding the Update() method on the Answer TableAdapter?

In trying to keep the project simple, I don’t want to create a separate DAL layer.

  • 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-12T12:22:09+00:00Added an answer on May 12, 2026 at 12:22 pm

    Any designer-generated TableAdapter class its appropiate members marked as virtual – this includes the Update and Fill method among others. Hemce, the solution is simply to inherit from the designer-generated TableAdapter class and override the Update method, adding your custom code there.

    You also have the option of overloading the Update method, if you want to change the method signature (parameter count/types). You could do that either on a derived class, or more conveniently in my view, using an extension method:

    public static void Update(this MyTableAdapter tableAdapter, ... other params ...)
    {
        // do stuff here
        tableAdapter.Update(...);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently working on a website that will have a high volume of
Scenario I have a stored procedure that takes a single parameter. I want to
I have a requirement to flatten a resultset in an SSIS package - this
Hi I am currently using TableAdapter that returns a dataTable, which is fine to
I have written an importer which copies data from a flat table into several
I have a Pig program where I am trying to compute the minimum center
I have a VB.NET application with a connection to an SQL Server 2003. On
If that title did not make sense (which I'm expecting =)) here is what
I've got a very large xml data set that is structured like 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.