Exemplo n.º 1
0
 public int BindBlob(Sqlite3Statement stmt, int index, byte[] val, int n, IntPtr free)
 {
     return(X64Interop.BindBlob(stmt, index, val, n, free));
 }