Condividi tramite


RuntimeEntityType.IReadOnlyEntityType.GetSeedData(Boolean) Metodo

Definizione

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

Parametri

providerValues
Boolean

Restituisce

Implementazioni

Si applica a