Condividi tramite


CoreStrings.ConflictingForeignKeyAttributes Metodo

Definizione

Overload

ConflictingForeignKeyAttributes(Object, Object)

Esistono più ForeignKeyAttributes che puntano allo stesso set di proprietà : '{propertyList}' sul tipo di entità '{entityType}'.

ConflictingForeignKeyAttributes(Object, Object, Object)

Sono presenti più attributi [ForeignKey] che puntano allo stesso set di proprietà '{propertyList}' nel tipo di entità '{entityType}' e destinati al tipo di entità principale '{principalEntityType}'.

ConflictingForeignKeyAttributes(Object, Object)

Esistono più ForeignKeyAttributes che puntano allo stesso set di proprietà : '{propertyList}' sul tipo di 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

Parametri

propertyList
Object
entityType
Object

Restituisce

Si applica a

ConflictingForeignKeyAttributes(Object, Object, Object)

Sono presenti più attributi [ForeignKey] che puntano allo stesso set di proprietà '{propertyList}' nel tipo di entità '{entityType}' e destinati al tipo di entità principale '{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

Parametri

propertyList
Object
entityType
Object
principalEntityType
Object

Restituisce

Si applica a