ValueGenerator<TValue>.NextValue(EntityEntry) Yöntem

Tanım

Bir özelliğe atanacak bir değer alır.

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

Parametreler

entry
EntityEntry

Değerin oluşturulduğu varlığın değişiklik izleme girişi.

Döndürülenler

Object

Bir özelliğe atanacak değer.

Açıklamalar

Daha fazla bilgi için bkz. EF Core değer üretimi .

Şunlara uygulanır