Class ProductInfo
- Namespace
- Microsoft.EntityFrameworkCore.Infrastructure
- Assembly
- Microsoft.EntityFrameworkCore.dll
Helper class for finding the version of Entity Framework Core being used.
public static class ProductInfo
- Inheritance
-
ProductInfo
- Inherited Members
Methods
GetVersion()
Gets the value of the InformationalVersion for the EntityFrameworkCore assembly.
public static string GetVersion()
Returns
- string
The EF Core version being used.