Udostępnij przez


IReadOnlyEntityType.GetSeedData(Boolean) Metoda

Definicja

Pobiera dane przechowywane w modelu dla danego typu jednostki.

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))

Parametry

providerValues
Boolean

Jeśli true następnie wartości dostawcy są zwracane dla właściwości z konwerterami wartości.

Zwraca

Dane.

Dotyczy