RelationalStrings.DuplicateForeignKeyUniquenessMismatch 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.
Les clés étrangères {foreignKeyProperties1} sur « {entityType1} » et {foreignKeyProperties2} sur « {entityType2} » sont toutes deux mappées à « {table} ». {foreignKeyName}', mais avec différentes configurations d’unicité.
public static string DuplicateForeignKeyUniquenessMismatch (object index1, object entityType1, object index2, object entityType2, object table, object foreignKeyName);
public static string DuplicateForeignKeyUniquenessMismatch (object foreignKeyProperties1, object entityType1, object foreignKeyProperties2, object entityType2, object table, object foreignKeyName);
public static string DuplicateForeignKeyUniquenessMismatch (object? foreignKeyProperties1, object? entityType1, object? foreignKeyProperties2, object? entityType2, object? table, object? foreignKeyName);
static member DuplicateForeignKeyUniquenessMismatch : obj * obj * obj * obj * obj * obj -> string
static member DuplicateForeignKeyUniquenessMismatch : obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateForeignKeyUniquenessMismatch (index1 As Object, entityType1 As Object, index2 As Object, entityType2 As Object, table As Object, foreignKeyName As Object) As String
Public Shared Function DuplicateForeignKeyUniquenessMismatch (foreignKeyProperties1 As Object, entityType1 As Object, foreignKeyProperties2 As Object, entityType2 As Object, table As Object, foreignKeyName As Object) As String
Paramètres
- index1foreignKeyProperties1
- Object
- entityType1
- Object
- index2foreignKeyProperties2
- Object
- entityType2
- Object
- table
- Object
- foreignKeyName
- Object
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.