CoreStrings.SeedDatumNavigation(Object, Object, Object, Object) Método

Definição

A entidade de semente para o tipo de entidade '{entityType}' não pode ser adicionada porque tem a navegação '{navigation}' definida. Para relações de propagação, adicione a semente de entidade a '{relatedEntityType}' e especifique os valores de chave estrangeira {foreignKeyProperties}. Considere usar 'DbContextOptionsBuilder.EnableSensitiveDataLogging' para ver os valores de propriedade envolvidos.

public static string SeedDatumNavigation (object entityType, object navigation, object relatedEntityType, object foreignKeyProperties);
public static string SeedDatumNavigation (object? entityType, object? navigation, object? relatedEntityType, object? foreignKeyProperties);
static member SeedDatumNavigation : obj * obj * obj * obj -> string
Public Shared Function SeedDatumNavigation (entityType As Object, navigation As Object, relatedEntityType As Object, foreignKeyProperties As Object) As String

Parâmetros

entityType
Object
navigation
Object
relatedEntityType
Object
foreignKeyProperties
Object

Retornos

Aplica-se a