In VS 2005, when configuring a table adapter to use stored procedures
for Inserts, Updates, and Deletes, it appears you can only map each
parameter to a column in the Select procedure's result set. Is it
possible to specify a literal value for some of the parameters instead?
Or would it be necessary to add the literal value to the result set of
the Select procedure?