Dan Wilkins
Results
2
comments of
Dan Wilkins
Installation of SimTower worked for me. Latest release `0.9.0` and Windows 10.
@Aresak Why introduce messy comments? ``` int primaryKey = 0; if (map.HasAutoIncPK) { primaryKey = (int)SQLite3.LastInsertRowid (Handle); map.SetAutoIncPK (obj, primaryKey); } return primaryKey; ```