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

返回

实现

适用于