IReadOnlyEntityType.GetSeedData(Boolean) Method

Definition

Gets the data stored in the model for the given entity type.

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

Parameters

providerValues
Boolean

If true then provider values are returned for properties with value converters.

Returns

The data.

Applies to