几个晚上以来,我一直被这个问题困扰。我的应用程序中有SQLite数据库。我已经从一个文件创建了那个SQLite数据库。ERD图如下所示:现在在我的应用程序中我创建了一个到我的数据库的连接:using(varconn=newSQLiteConnection(DB_PATH)){//retrievingstatemets...}我已经创建了表示我的数据库中的表的类:publicclassKantory{publicKantory(){this.kursy=newHashSet();}[SQLite.PrimaryKey,SQLite.AutoIncrement]publicintid_ka