Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ExecuteSqlCommand in .NET Core

Is ASP.NET Core the only platform implementing Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlCommand in .NET Core 1.0.1?

like image 987
RandyDaddis Avatar asked Oct 27 '25 08:10

RandyDaddis


1 Answers

That class is part of Microsoft.EntityFrameworkCore.Relational nuget package.

If you look at it in NuGet you can find it here.

It is supported on .NET Core 1.0 and above, and .NET Framework 4.5.1 and above.

like image 53
Gerardo Grignoli Avatar answered Oct 29 '25 08:10

Gerardo Grignoli



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!