IEntityType.GetValueGeneratingProperties 方法

定義

傳回當實體專案轉換成 Added 狀態時,需要產生值的屬性。

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> GetValueGeneratingProperties ();
abstract member GetValueGeneratingProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Public Function GetValueGeneratingProperties () As IEnumerable(Of IProperty)

傳回

需要附加上產生值的屬性。

適用於