Aracılığıyla paylaş


EntityTypeExtensions.GetSeedData(IEntityType, Boolean) Yöntem

Tanım

Verilen varlık türü için modelde depolanan verileri alır.

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

Parametreler

entityType
IEntityType

Varlık türü.

providerValues
Boolean

True ise sağlayıcı değerleri kullanılır.

Döndürülenler

Veriler.

Şunlara uygulanır