Share via


CoreStrings.ConflictingForeignKeyAttributes Method

Definition

Overloads

ConflictingForeignKeyAttributes(Object, Object)

There are multiple ForeignKeyAttributes which are pointing to same set of properties - '{propertyList}' on entity type '{entityType}'.

ConflictingForeignKeyAttributes(Object, Object, Object)

There are multiple [ForeignKey] attributes which are pointing to same set of properties '{propertyList}' on entity type '{entityType}' and targeting the principal entity type '{principalEntityType}'.

ConflictingForeignKeyAttributes(Object, Object)

There are multiple ForeignKeyAttributes which are pointing to same set of properties - '{propertyList}' on entity type '{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

Parameters

propertyList
Object
entityType
Object

Returns

Applies to

ConflictingForeignKeyAttributes(Object, Object, Object)

There are multiple [ForeignKey] attributes which are pointing to same set of properties '{propertyList}' on entity type '{entityType}' and targeting the principal entity type '{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

Parameters

propertyList
Object
entityType
Object
principalEntityType
Object

Returns

Applies to