CoreStrings.ConflictingForeignKeyAttributes 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.
Surcharges
ConflictingForeignKeyAttributes(Object, Object) |
Il existe plusieurs ForeignKeyAttributes qui pointent vers le même ensemble de propriétés : « {propertyList} » sur le type d’entité « {entityType} ». |
ConflictingForeignKeyAttributes(Object, Object, Object) |
Il existe plusieurs attributs [ForeignKey] qui pointent vers le même ensemble de propriétés « {propertyList} » sur le type d’entité « {entityType} » et qui ciblent le type d’entité principal « {principalEntityType} ». |
ConflictingForeignKeyAttributes(Object, Object)
Il existe plusieurs ForeignKeyAttributes qui pointent vers le même ensemble de propriétés : « {propertyList} » sur le type d’entité « {entityType} ».
public static string ConflictingForeignKeyAttributes (object propertyList, object entityType);
static member ConflictingForeignKeyAttributes : obj * obj -> string
Public Shared Function ConflictingForeignKeyAttributes (propertyList As Object, entityType As Object) As String
Paramètres
- propertyList
- Object
- entityType
- Object
Retours
S’applique à
ConflictingForeignKeyAttributes(Object, Object, Object)
Il existe plusieurs attributs [ForeignKey] qui pointent vers le même ensemble de propriétés « {propertyList} » sur le type d’entité « {entityType} » et qui ciblent le type d’entité principal « {principalEntityType} ».
public static string ConflictingForeignKeyAttributes (object propertyList, object entityType, object principalEntityType);
public static string ConflictingForeignKeyAttributes (object? propertyList, object? entityType, object? principalEntityType);
static member ConflictingForeignKeyAttributes : obj * obj * obj -> string
Public Shared Function ConflictingForeignKeyAttributes (propertyList As Object, entityType As Object, principalEntityType As Object) As String
Paramètres
- propertyList
- Object
- entityType
- Object
- principalEntityType
- Object