G
The subject pretty much says it all. I've got a TableAdapter that
calles a stored procedure for its InsertCommand and the stored
procedure returns an integer into @RETURN_VALUE. I can't figure out
either of the following:
1. How do I get the @RETURN_VALUE from the parameters collections of
the commands that were called during the update?
2. How do I access the InsertCommand, DeleteCommand, SelectCommand,
and UpdateCommand objects from my TableAdapter through code? They
don't seem to be available as class members from code... very strange
as they are definitely class members.
TIA!
calles a stored procedure for its InsertCommand and the stored
procedure returns an integer into @RETURN_VALUE. I can't figure out
either of the following:
1. How do I get the @RETURN_VALUE from the parameters collections of
the commands that were called during the update?
2. How do I access the InsertCommand, DeleteCommand, SelectCommand,
and UpdateCommand objects from my TableAdapter through code? They
don't seem to be available as class members from code... very strange
as they are definitely class members.
TIA!