c# - Retrieve the ID from the value returned by the stored procedure -
i want retrieve id value returned stored procedure , put our dataset. code in vb how translate in c # . in advance
orow("productid") = cmdcommand.parameters.item("@productid").value
another "easy" way use il spy see code dll display c#
Comments
Post a Comment