【发布时间】:2016-06-14 13:54:17
【问题描述】:
我将 SQLite 与 Entity Framework Core (RC1) 一起使用。
我读到了SQLite supports three different threading modes: Single-thread, Multi-thread and Serialized。
如何在运行时设置我想与我的数据库一起使用的模式?
【问题讨论】:
标签: multithreading sqlite entity-framework-core