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

Definição

A entidade de semente para o tipo de entidade '{entityType}' com o valor de chave '{keyValue}' não pode ser adicionada porque tem a propriedade complexa '{property}' definida. Atualmente, não há suporte para propriedades complexas na propagação. Consulte https://github.com/dotnet/efcore/issues/31254 para obter mais informações.

public static string SeedDatumComplexPropertySensitive (object? entityType, object? keyValue, object? property);
static member SeedDatumComplexPropertySensitive : obj * obj * obj -> string
Public Shared Function SeedDatumComplexPropertySensitive (entityType As Object, keyValue As Object, property As Object) As String

Parâmetros

entityType
Object
keyValue
Object
property
Object

Retornos

Aplica-se a