Share via


ProductInfo.GetVersion Method

Definition

Gets the value of the InformationalVersion for the EntityFrameworkCore assembly.

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

Returns

The EF Core version being used.

Applies to