HiLoValueGenerator<TValue>.Next(EntityEntry) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要指派給屬性的值。
public override TValue Next (Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry entry);
override this.Next : Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry -> 'Value
Public Overrides Function Next (entry As EntityEntry) As TValue
參數
- entry
- EntityEntry
產生值之實體的變更追蹤專案。
傳回
TValue
要指派給屬性的值。