CoreStrings.SeedDatumDefaultValue(Object, Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Impossible d’ajouter l’entité seed pour le type d’entité « {entityType} », car une valeur par défaut a été fournie pour la propriété requise « {property} ». Indiquez une valeur différente de « {defaultValue} ».
public static string SeedDatumDefaultValue(object entityType, object property, object defaultValue);
public static string SeedDatumDefaultValue(object? entityType, object? property, object? defaultValue);
static member SeedDatumDefaultValue : obj * obj * obj -> string
Public Shared Function SeedDatumDefaultValue (entityType As Object, property As Object, defaultValue As Object) As String
Paramètres
- entityType
- Object
- property
- Object
- defaultValue
- Object