CoreStrings.InversePropertyMismatch(Object, Object, Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
流覽 '{1_entityType}上的 [InverseProperty] 屬性。{0_navigation}' 和流覽 '{3_referencedEntityType}。{2_referencedNavigation}' 不指向彼此。 變更屬性以使用對應的名稱,或移除其中一個名稱。
public static string InversePropertyMismatch (object navigation, object entityType, object referencedNavigation, object referencedEntityType);
public static string InversePropertyMismatch (object? navigation, object? entityType, object? referencedNavigation, object? referencedEntityType);
static member InversePropertyMismatch : obj * obj * obj * obj -> string
Public Shared Function InversePropertyMismatch (navigation As Object, entityType As Object, referencedNavigation As Object, referencedEntityType As Object) As String
參數
- navigation
- Object
- entityType
- Object
- referencedNavigation
- Object
- referencedEntityType
- Object