Why doesn't tabaleadapter wizard code implement SelectParameters ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DamnedYankee@googlemail.com

    Why doesn't tabaleadapter wizard code implement SelectParameters ?

    I have MSDev2005.

    I create a new TableAdapter using the designer.

    The designer does not implement SelectParameter s, and this pproperty
    seem to not exists at all on the adapter.

    How lame is that ?

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Why doesn't tabaleadapter wizard code implement SelectParameter s ?

    Why would you need them? You can always access the parameters for the
    table adapter through the SelectCommand.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    <DamnedYankee@g ooglemail.comwr ote in message
    news:1158390648 .813073.253680@ h48g2000cwc.goo glegroups.com.. .
    >I have MSDev2005.
    >
    I create a new TableAdapter using the designer.
    >
    The designer does not implement SelectParameter s, and this pproperty
    seem to not exists at all on the adapter.
    >
    How lame is that ?
    >

    Comment

    • Cor Ligthert [MVP]

      #3
      Re: Why doesn't tabaleadapter wizard code implement SelectParameter s ?

      Hi,

      Go to the datasource part, there you can change things as the select code
      using one of the wizards in top of the box..

      Cor

      <DamnedYankee@g ooglemail.comsc hreef in bericht
      news:1158390648 .813073.253680@ h48g2000cwc.goo glegroups.com.. .
      >I have MSDev2005.
      >
      I create a new TableAdapter using the designer.
      >
      The designer does not implement SelectParameter s, and this pproperty
      seem to not exists at all on the adapter.
      >
      How lame is that ?
      >

      Comment

      • DamnedYankee@googlemail.com

        #4
        Re: Why doesn't tabaleadapter wizard code implement SelectParameter s ?


        Nicholas Paldino [.NET/C# MVP] wrote:
        Why would you need them? You can always access the parameters for the
        table adapter through the SelectCommand.
        >
        -SNIP-

        Sorry, I haven't made myself clear enough.

        The wizard generate code has not provided a SelectCommand member for my
        TableAdapter

        This is a Windows app, not a web app, if that makes any difference

        Comment

        Working...