Пример #1
0
 public int BindParameterIndex(Sqlite3Statement stmt, string name)
 {
     return(X64Interop.BindParameterIndex(stmt, name));
 }