Example #1
0
 public int BindInt(Sqlite3Statement stmt, int index, int val)
 {
     return(X64Interop.BindInt(stmt, index, val));
 }