Home
int repesentation of the last Insert ID, will return -1 if you have not inserted anything yet

Namespace:  SqlTools
Assembly:  SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int lastInsertID { get; }
Public ReadOnly Property lastInsertID As Integer
public:
property int lastInsertID {
	int get ();
}

See Also