ModelExtensions.GetProductVersion(IModel) 方法

定义

获取用于生成此模型的 EF Core 程序集版本

public static string GetProductVersion (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetProductVersion : Microsoft.EntityFrameworkCore.Metadata.IModel -> string
<Extension()>
Public Function GetProductVersion (model As IModel) As String

参数

model
IModel

要获取其版本的模型。

返回

适用于