LastInsertedId Property

MySQL Connector/Net

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public long LastInsertedId { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastInsertedId As Long
Visual C++
public:
property long long LastInsertedId {
	long long get ();
}

See Also