MySqlCommand.LastInsertedId Property
From MySQL Connector/Net
MySQL Connector/Net
| MySqlCommandLastInsertedId Property |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
public long LastInsertedId { get; }
Public ReadOnly Property LastInsertedId As Long Get
public: property long long LastInsertedId { long long get (); }
member LastInsertedId : int64 with get