Example #1
0
 public int BindParameterIndex(Sqlite3Statement stmt, string name)
 {
     return(X86Interop.BindParameterIndex(stmt, name));
 }