RelationalStrings.DuplicateColumnNameNullabilityMismatch 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.
« {entityType1}. {property1}' et '{entityType2}. {property2} » sont tous deux mappés à la colonne « {columnName} » dans « {table} », mais sont configurés avec des paramètres de possibilité de valeur Null de colonne différents.
public static string DuplicateColumnNameNullabilityMismatch (object entityType1, object property1, object entityType2, object property2, object columnName, object table);
public static string DuplicateColumnNameNullabilityMismatch (object? entityType1, object? property1, object? entityType2, object? property2, object? columnName, object? table);
static member DuplicateColumnNameNullabilityMismatch : obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateColumnNameNullabilityMismatch (entityType1 As Object, property1 As Object, entityType2 As Object, property2 As Object, columnName As Object, table As Object) As String
Paramètres
- entityType1
- Object
- property1
- Object
- entityType2
- Object
- property2
- Object
- columnName
- Object
- table
- 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.