RelationalStrings.ConflictingSeedValuesSensitive 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.
Une entité seed pour le type d’entité « {entityType} » a la même valeur de clé {keyValue} qu’une autre entité initiale mappée à la même table « {table} », mais a des valeurs différentes pour la colonne « {column} » - « {firstValue} », « {secondValue} ».
public static string ConflictingSeedValuesSensitive(object? entityType, object? keyValue, object? table, object? column, object? firstValue, object? secondValue);
static member ConflictingSeedValuesSensitive : obj * obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingSeedValuesSensitive (entityType As Object, keyValue As Object, table As Object, column As Object, firstValue As Object, secondValue As Object) As String
Paramètres
- entityType
- Object
- keyValue
- Object
- table
- Object
- column
- Object
- firstValue
- Object
- secondValue
- Object