コード例 #1
0
 public long LastInsertRowid(Sqlite3DatabaseHandle db)
 {
     return(X86Interop.LastInsertRowid(db));
 }