다음을 통해 공유


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

버전을 가져올 모델입니다.

반환

적용 대상