共用方式為


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

傳回

實作

適用於