CoreStrings.SeedDatumIncompatibleValueSensitive Метод

Определение

Не удается добавить начальную сущность для типа сущности "{entityType}", так как значение "{value}", указанное для свойства "{property}", несовместимо с типом свойства "{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

Параметры

entityType
Object
value
Object
property
Object
type
Object

Возвращаемое значение

Применяется к