IReadOnlyModel.GetProductVersion Method

Definition

Gets the EF Core assembly version used to build this model.

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

Returns

Remarks

See Modeling entity types and relationships for more information and examples.

Applies to