Sdílet prostřednictvím


EntityTypeExtensions.GetSeedData(IEntityType, Boolean) Metoda

Definice

Získá data uložená v modelu pro daný typ entity.

public static System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<string,object>> GetSeedData (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, bool providerValues = false);
static member GetSeedData : Microsoft.EntityFrameworkCore.Metadata.IEntityType * bool -> seq<System.Collections.Generic.IDictionary<string, obj>>
<Extension()>
Public Function GetSeedData (entityType As IEntityType, Optional providerValues As Boolean = false) As IEnumerable(Of IDictionary(Of String, Object))

Parametry

entityType
IEntityType

Typ entity.

providerValues
Boolean

Pokud je true, použijí se hodnoty zprostředkovatele.

Návraty

Data

Platí pro