Link to home
Start Free TrialLog in
Avatar of 0nepiece
0nepieceFlag for Philippines

asked on

How do I access/manipulate stored procedures from table adapters?

Hi, I'm trying to access the stored procedures in the table adapters I made. By creating an instance of that table adapter, the "Fill, Update, Delete.." are the only ones I see. How can I access the SelectCommand, UpdateCommand, etc? Also I'm trying to limit the results returned by hopefully using paramaters, how do this in manual coding? I'm using C# .NET Windows Forms in VS 2005. Thanks in advance.
Stored-Procedures.JPG
ASKER CERTIFIED SOLUTION
Avatar of teebon
teebon
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of 0nepiece

ASKER

Thanks!