|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
TableAdapterI 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 |
|||||||||||||||||||||||