Поделиться через


RuntimeEntityType.IReadOnlyEntityType.GetSeedData(Boolean) Метод

Определение

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

Параметры

providerValues
Boolean

Возвращаемое значение

Реализации

Применяется к