Bagikan melalui


CoreStrings.ConflictingForeignKeyAttributes Metode

Definisi

Overload

ConflictingForeignKeyAttributes(Object, Object)

Ada beberapa ForeignKeyAttributes yang menunjuk ke kumpulan properti yang sama - '{propertyList}' pada tipe entitas '{entityType}'.

ConflictingForeignKeyAttributes(Object, Object, Object)

Ada beberapa atribut [ForeignKey] yang menunjuk ke kumpulan properti yang sama '{propertyList}' pada tipe entitas '{entityType}' dan menargetkan jenis entitas utama '{principalEntityType}'.

ConflictingForeignKeyAttributes(Object, Object)

Ada beberapa ForeignKeyAttributes yang menunjuk ke kumpulan properti yang sama - '{propertyList}' pada tipe entitas '{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

Parameter

propertyList
Object
entityType
Object

Mengembalikan

Berlaku untuk

ConflictingForeignKeyAttributes(Object, Object, Object)

Ada beberapa atribut [ForeignKey] yang menunjuk ke kumpulan properti yang sama '{propertyList}' pada tipe entitas '{entityType}' dan menargetkan jenis entitas utama '{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

Parameter

propertyList
Object
entityType
Object
principalEntityType
Object

Mengembalikan

Berlaku untuk