Sdílet prostřednictvím


CoreStrings.ConflictingForeignKeyAttributes Metoda

Definice

Přetížení

ConflictingForeignKeyAttributes(Object, Object)

Existuje více atributů ForeignKeyAttribute, které ukazují na stejnou sadu vlastností – {propertyList} u entity typu {entityType}.

ConflictingForeignKeyAttributes(Object, Object, Object)

Existuje několik atributů [ForeignKey], které odkazují na stejnou sadu vlastností {propertyList} u typu entity {entityType} a cílí na hlavní typ entity {principalEntityType}.

ConflictingForeignKeyAttributes(Object, Object)

Existuje více atributů ForeignKeyAttribute, které ukazují na stejnou sadu vlastností – {propertyList} u entity typu {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

Parametry

propertyList
Object
entityType
Object

Návraty

Platí pro

ConflictingForeignKeyAttributes(Object, Object, Object)

Existuje několik atributů [ForeignKey], které odkazují na stejnou sadu vlastností {propertyList} u typu entity {entityType} a cílí na hlavní typ entity {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

Parametry

propertyList
Object
entityType
Object
principalEntityType
Object

Návraty

Platí pro