Function Command.lastInsertID
After a command that inserted a row into a table with an auto-increment
ID column, this method allows you to retrieve the last insert ID.
Prototype
deprecated ulong lastInsertID() pure nothrow @property const;
After a command that inserted a row into a table with an auto-increment
ID column, this method allows you to retrieve the last insert ID.
deprecated ulong lastInsertID() pure nothrow @property const;