IReadOnlyModel.GetProductVersion 方法

定义

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

public virtual string? GetProductVersion ();
abstract member GetProductVersion : unit -> string
override this.GetProductVersion : unit -> string
Public Overridable Function GetProductVersion () As String

返回

注解

有关详细信息和示例,请参阅 为实体类型和关系建模

适用于