次の方法で共有


RelationalScaffoldingModelFactory.ExistingIdentifiers(IEntityType) メソッド

定義

protected virtual System.Collections.Generic.List<string> ExistingIdentifiers (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
abstract member ExistingIdentifiers : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> System.Collections.Generic.List<string>
override this.ExistingIdentifiers : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> System.Collections.Generic.List<string>
Protected Overridable Function ExistingIdentifiers (entityType As IEntityType) As List(Of String)

パラメーター

entityType
IEntityType

戻り値

適用対象