ProductInfo.GetVersion 方法

定义

获取 EntityFrameworkCore 程序集的 的值 InformationalVersion

public static string GetVersion ();
static member GetVersion : unit -> string
Public Shared Function GetVersion () As String

返回

正在使用的 EF Core 版本。

适用于