Ejemplo n.º 1
0
 public Result BusyTimeout(Sqlite3DatabaseHandle db, int milliseconds)
 {
     return(X64Interop.BusyTimeout(db, milliseconds));
 }