RelationalScaffoldingModelFactory.ExistingIdentifiers(IEntityType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- entityType
- IEntityType