In this demo, we use it to cut a string object to StringArray.
在此演示应用程序中,我们将使用它把字符串对象分割为StringArray。
To remove an object from the database, we have to explicitly tell NHibernate to do so. The demo app's PersistenceManager contains a Delete method that performs this task.
从数据库中删除对象,我们需要明确的告诉NHibernate。
The demo app demonstrated this point by clearing the object model, then reloading it from the database.
示例程序将通过从对象模型中删除一个对象,再从数据库从新加载来解释这一点。
应用推荐