| Bug #48601 | MySqlCommandBuilder ReturnGeneratedIdentifiers Property does not exist | ||
|---|---|---|---|
| Submitted: | 6 Nov 18:15 | Modified: | 11 Nov 16:52 |
| Reporter: | Matthew Bilek | ||
| Status: | Documenting | ||
| Category: | Connector/Net: Docs | Severity: | S2 (Serious) |
| Version: | 6.1 | OS: | Any |
| Assigned to: | Tony Bedford | Target Version: | |
| Tags: | MySQL Connector/NET ReturnGeneratedIdentifiers | ||
[6 Nov 18:15]
Matthew Bilek
[6 Nov 18:52]
Tonci Grgin
Hi Matthew and thanks for your report. Alas, this is intentional and won't be supported any more... We are doing it like SqlClient does it. Command builder no longer attaches a "select last_inserted_id()" for you but you need to do it manually. Tony, please note this in manual, where appropriate, if needs be.
[11 Nov 16:52]
Matthew Bilek
Tony, You commented "Command builder no longer attaches a "select last_inserted_id()" for you but you need to do it manually." Could you explain this in more detail. Thanks, Matthew
