verdie-g/StoredProcedureEFCore

ExecNonQuery does not return the number of rows affected

zimaa77 opened this issue · 0 comments

The call of _cmd.ExecuteNonQuery and _cmd.ExecuteNonQueryAsync returns the number of rows affected, but the IStoredProcBuilder.ExecNonQuery and IStoredProcBuilder.ExecNonQueryAsync does not.