Beispiel #1
0
 public int BindInt64(Sqlite3Statement stmt, int index, long val)
 {
     return(X64Interop.BindInt64(stmt, index, val));
 }