示例#1
0
 static public int sqlite3_bind_parameter_index(sqlite3_stmt stmt, string strName)
 {
     return(_imp.sqlite3_bind_parameter_index(stmt.ptr, strName));
 }