Why doesn't tabaleadapter wizard code implement SelectParameters ?

  • Thread starter Thread starter DamnedYankee
  • Start date Start date
D

DamnedYankee

I have MSDev2005.

I create a new TableAdapter using the designer.

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

How lame is that ?
 
Why would you need them? You can always access the parameters for the
table adapter through the SelectCommand.
 
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
 
Nicholas said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top