【发布时间】:2018-02-14 14:32:49
【问题描述】:
刚刚注意到https://github.com/bubibubi/EntityFrameworkCore.Jet 支持连接池。我目前正在使用https://github.com/bubibubi/JetEntityFrameworkProvider,并希望在 EF6 版本中使用连接池,直到我有时间将应用程序移植到 Core。
我可以为 JetEntityFrameworkProvider 设置连接池吗?如果是这样,怎么做?如果我打开连接池,有什么需要注意的吗?
【问题讨论】:
标签: entity-framework-6 jet-ef-provider