Partager via


CoreStrings.SeedDatumIncompatibleValueSensitive Méthode

Définition

Impossible d’ajouter l’entité initiale pour le type d’entité « {entityType} », car la valeur « {value} » fournie pour la propriété « {property} » n’est pas compatible avec le type de propriété « {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

Paramètres

entityType
Object
value
Object
property
Object
type
Object

Retours

S’applique à