다음을 통해 공유


ValueGenerator<TValue>.NextValue(EntityEntry) 메서드

정의

속성에 할당할 값을 가져옵니다.

protected override object NextValue (Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry entry);
protected override object? NextValue (Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry entry);
override this.NextValue : Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry -> obj
Protected Overrides Function NextValue (entry As EntityEntry) As Object

매개 변수

entry
EntityEntry

값이 생성되는 엔터티의 변경 내용 추적 항목입니다.

반환

속성에 할당할 값입니다.

설명

자세한 내용과 예제 는 EF Core 값 생성 을 참조하세요.

적용 대상