Example #1
0
 public Result EnableLoadExtension(Sqlite3DatabaseHandle db, int onoff)
 {
     return(X86Interop.EnableLoadExtension(db, onoff));
 }