I have the latest version of Connector/Net.
I know that there is a property of MySqlCommand called LastInsertedId.
MySqlCommand
LastInsertedId
Can I be sure that it
You'll want a separate database connection/session for each user/session logged into your web server.
LAST_INSERT_ID returns the last autoincrement value for the current connection/session.
LAST_INSERT_ID