aspnet / dnx

OBSOLETE - see readme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing DbProviderFactories.GetFactory

fitzchak opened this issue · comments

We are missing the DbProviderFactories.GetFactory() from DNX, which means that we cannot support any other database other than SQL Server.

Can you tell us what are plans regards supporting this?

Also we miss the DbCommandBuilder class which we use the method GetParameterName through reflection and the QuoteIdentifier. method.

Your question would be better served on dotnet/corefx repository, specifically in dotnet/corefx#5782

Yep, please refer to the linked issues. Thanks!