CoreStrings.ConflictingForeignKeyAttributes Método

Definición

Sobrecargas

ConflictingForeignKeyAttributes(Object, Object)

Hay varios ForeignKeyAttributes que apuntan al mismo conjunto de propiedades: '{propertyList}' en el tipo de entidad '{entityType}'.

ConflictingForeignKeyAttributes(Object, Object, Object)

Hay varios atributos [ForeignKey] que apuntan al mismo conjunto de propiedades '{propertyList}' en el tipo de entidad '{entityType}' y que tienen como destino el tipo de entidad principal '{principalEntityType}'.

ConflictingForeignKeyAttributes(Object, Object)

Hay varios ForeignKeyAttributes que apuntan al mismo conjunto de propiedades: '{propertyList}' en el tipo de entidad '{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

Parámetros

propertyList
Object
entityType
Object

Devoluciones

Se aplica a

ConflictingForeignKeyAttributes(Object, Object, Object)

Hay varios atributos [ForeignKey] que apuntan al mismo conjunto de propiedades '{propertyList}' en el tipo de entidad '{entityType}' y que tienen como destino el tipo de entidad 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

Parámetros

propertyList
Object
entityType
Object
principalEntityType
Object

Devoluciones

Se aplica a