CoreStrings.SeedDatumIncompatibleValueSensitive Método

Definição

A entidade de semente para o tipo de entidade '{entityType}' não pode ser adicionada porque o valor '{value}' fornecido para a propriedade '{property}' não é compatível com o tipo de propriedade '{type}'.

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

Parâmetros

entityType
Object
value
Object
property
Object
type
Object

Retornos

Aplica-se a