G
Guest
The DBCommandWrapper class doesn't exist in Enterprise Library because it's
properties/methods have been relocated to other classes. Where did the
RowsAffected properties go? I can't find this property anywhere?
I use this property when, for example, calling SQL 'Update' stored
procedures. I call the procedure, and then evaluate the number of affected
records to determine if the command completed successfully.
Thanks.
properties/methods have been relocated to other classes. Where did the
RowsAffected properties go? I can't find this property anywhere?
I use this property when, for example, calling SQL 'Update' stored
procedures. I call the procedure, and then evaluate the number of affected
records to determine if the command completed successfully.
Thanks.