IReadOnlyEntityType.GetSeedData(Boolean) 方法

定義

取得儲存在指定實體類型的模型中的資料。

public System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<string,object?>> GetSeedData (bool providerValues = false);
abstract member GetSeedData : bool -> seq<System.Collections.Generic.IDictionary<string, obj>>
Public Function GetSeedData (Optional providerValues As Boolean = false) As IEnumerable(Of IDictionary(Of String, Object))

參數

providerValues
Boolean

如果是 true ,則會針對具有值轉換器的屬性傳回提供者值。

傳回

資料。

適用於