首页 新闻 会员 周边

dotnet core entityframework mysql 中的 options.UseMySQL 引用哪个库?

0
悬赏园豆:5 [已关闭问题] 关闭于 2016-10-22 10:04
public void ConfigureServices(IServiceCollection services)
{
    services.AddDbContext<WebAPIDataContext>(options =>
    {
        options.UseMySQL("CONNECTION STRING");
    });
    services.AddMvc();
}
这段代码中的
 options.UseMySQL 是引用哪个库?
码有钱的主页 码有钱 | 初学一级 | 园豆:13
提问于:2016-10-22 00:14
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册