共用方式為


CoreStrings.SelfReferencingNavigationWithInverseProperty 方法

定義

多載

SelfReferencingNavigationWithInverseProperty(Object, Object)

流覽 '{entityType}的反向。{property}' 不能是相同的導覽。 將 [InverseProperty] 屬性中的值變更為不同的導覽。

SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object)

無法從屬性 '{1_entityType} 建立關聯性。{0_property}' 屬性為 '{3_referencedEntityType}。{2_referencedProperty}'。 檢查 [InverseProperty] 屬性中的值,以確保關聯性定義是唯一的,而且從一個流覽參考到其對應的反向流覽。

SelfReferencingNavigationWithInverseProperty(Object, Object)

流覽 '{entityType}的反向。{property}' 不能是相同的導覽。 將 [InverseProperty] 屬性中的值變更為不同的導覽。

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

參數

entityType
Object
property
Object

傳回

適用於

SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object)

無法從屬性 '{1_entityType} 建立關聯性。{0_property}' 屬性為 '{3_referencedEntityType}。{2_referencedProperty}'。 檢查 [InverseProperty] 屬性中的值,以確保關聯性定義是唯一的,而且從一個流覽參考到其對應的反向流覽。

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

參數

property
Object
entityType
Object
referencedProperty
Object
referencedEntityType
Object

傳回

適用於