次の方法で共有


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 、値コンバーターを持つプロパティに対してプロバイダー値が返されます。

戻り値

データ。

適用対象