Compartir a través de


CoreStrings.SeedDatumIncompatibleValueSensitive Método

Definición

No se puede agregar la entidad de inicialización para el tipo de entidad '{entityType}' porque el valor '{value}' proporcionado para la propiedad '{property}' no es compatible con el tipo de propiedad '{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

Devoluciones

Se aplica a