Hi,
I have a DataSet that contains a few DataTables and corresponding TableAdapters. I need to pass a runtime value (not mapped to any of the columns in the table) to the stored procedures implementing Update or Insert methods. The wizard maps StoredProc params to table columns and does not allow me to specify a different source (either declarative or programmatic) for this parameter. How can I do that?
Thanks..