Share via


RuntimeEntityType.IReadOnlyEntityType.GetSeedData(Boolean) Methode

Definition

System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<string,object?>> IReadOnlyEntityType.GetSeedData (bool providerValues);
System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<string,object>> IReadOnlyEntityType.GetSeedData (bool providerValues);
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetSeedData : bool -> seq<System.Collections.Generic.IDictionary<string, obj>>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetSeedData : bool -> seq<System.Collections.Generic.IDictionary<string, obj>>
Function GetSeedData (providerValues As Boolean) As IEnumerable(Of IDictionary(Of String, Object)) Implements IReadOnlyEntityType.GetSeedData

Parameter

providerValues
Boolean

Gibt zurück

Implementiert

Gilt für: