예제 #1
0
 public int BindText(Sqlite3Statement stmt, int index, string val, int n, IntPtr free)
 {
     return(X86Interop.BindText(stmt, index, val, n, free));
 }