Bagikan melalui


CoreStrings.SelfReferencingNavigationWithInverseProperty Metode

Definisi

Overload

SelfReferencingNavigationWithInverseProperty(Object, Object)

Inversi untuk navigasi '{entityType}. {property}' tidak boleh navigasi yang sama. Ubah nilai dalam atribut [InverseProperty] ke navigasi yang berbeda.

SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object)

Hubungan tidak dapat dibuat dari properti '{1_entityType}. {0_property}' ke properti '{3_referencedEntityType}. {2_referencedProperty}'. Periksa nilai dalam atribut [InverseProperty] untuk memastikan definisi hubungan unik dan referensi dari satu navigasi ke navigasi terbalik yang sesuai.

SelfReferencingNavigationWithInverseProperty(Object, Object)

Inversi untuk navigasi '{entityType}. {property}' tidak boleh navigasi yang sama. Ubah nilai dalam atribut [InverseProperty] ke navigasi yang berbeda.

public static string SelfReferencingNavigationWithInverseProperty (object? entityType, object? property);
static member SelfReferencingNavigationWithInverseProperty : obj * obj -> string
Public Shared Function SelfReferencingNavigationWithInverseProperty (entityType As Object, property As Object) As String

Parameter

entityType
Object
property
Object

Mengembalikan

Berlaku untuk

SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object)

Hubungan tidak dapat dibuat dari properti '{1_entityType}. {0_property}' ke properti '{3_referencedEntityType}. {2_referencedProperty}'. Periksa nilai dalam atribut [InverseProperty] untuk memastikan definisi hubungan unik dan referensi dari satu navigasi ke navigasi terbalik yang sesuai.

public static string SelfReferencingNavigationWithInverseProperty (object property, object entityType, object referencedProperty, object referencedEntityType);
static member SelfReferencingNavigationWithInverseProperty : obj * obj * obj * obj -> string
Public Shared Function SelfReferencingNavigationWithInverseProperty (property As Object, entityType As Object, referencedProperty As Object, referencedEntityType As Object) As String

Parameter

property
Object
entityType
Object
referencedProperty
Object
referencedEntityType
Object

Mengembalikan

Berlaku untuk