Home All Groups Group Topic Archive Search About
Author
13 Jan 2006 10:45 PM
ObjectiFly
I have an SQL table with an ID field that I set in the Stored Procedure and
pass it back as an OUT parameter. 

In VS.2003
I used to say myID = (int)tableName.InsertCommand[@myID].Value;

With the TableAdapter - I haven't figured out how to do it.  I've read some
of the stuff on Extending the TableAdapter - but I don't quite get the
partial class yet.  If you could give a C# example that would be helpful. 

Thanks in advance

AddThis Social Bookmark Button