次の方法で共有


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

バージョンを取得するモデル。

戻り値

適用対象