|
| TableAdapter SELECT command: Stored procedure w/ parameters? |
 |
Thu, 3 Apr 2008 22:21:49 +0000 |
From the VS2005 designer I'm trying to create a dataset and in doing that I add
a tableadapter based on stored procedures. However, the stored procedure I want
to use for the SELECT command takes a few parameters, but I don't see where I
can specify these. And since I can't specify the parameters the tableadapter
doesn't have any columns.
Specifically I want to create a table adapter using the
aspnet_Membership_GetAllUsers() stored procedure
Ideas?
|
| Post Reply
|
|
|
|
|
|
|
|
|
|