Add DB.LastInsertId, the static version of Connection.LastInsertId.

[GB.DB]
* BUG: Add DB.LastInsertId, the static version of Connection.LastInsertId.
This commit is contained in:
gambas 2020-04-08 14:01:03 +02:00
parent 2c3d7c069f
commit 12c819330b

View file

@ -855,6 +855,8 @@ GB_DESC CDBDesc[] =
GB_STATIC_PROPERTY_READ("Collations", "String[]", Connection_Collations),
GB_STATIC_PROPERTY_READ("Handle", "p", Connection_Handle),
GB_STATIC_PROPERTY_READ("LastInsertId", "l", Connection_LastInsertId),
GB_STATIC_PROPERTY("Debug", "b", CCONNECTION_debug),
GB_STATIC_METHOD("Limit", "Connection", CCONNECTION_limit, "(Limit)i"),