igor-tkachev / bltoolkit

Business Logic Toolkit for .NET
MIT License
297 stars 112 forks source link

Sql2014DataProvider.cs #373

Closed MajidSafari closed 8 years ago

MajidSafari commented 8 years ago

hi i use sql2014 ,but bltoolkit useSql2008DataProvider.cs

can you add Sql2014DataProvider.cs

ili commented 8 years ago

In general it checks for database compatibility_level property and uses one of the suitable providers (2000, 2005, 2008, 2012) For all versions higher than 2012 Sql2012DataProvider used. In general there is no need of 2014 provider, if only you have some compatibility problems