Share via


CoreStrings.InconsistentOwnership(Object, Object) メソッド

定義

注意事項

この API は非推奨になりました。

エンティティ型 '{ownedEntityType}' は所有済みとして構成されていますが、エンティティ型 '{nonOwnedEntityType}' は構成されていません。 'OnModelCreating' で所有されている CLR 型を共有するナビゲーションを定義して、すべてのエンティティ型を構成します。

public static string InconsistentOwnership (object ownedEntityType, object nonOwnedEntityType);
[System.Obsolete]
public static string InconsistentOwnership (object? ownedEntityType, object? nonOwnedEntityType);
static member InconsistentOwnership : obj * obj -> string
[<System.Obsolete>]
static member InconsistentOwnership : obj * obj -> string
Public Shared Function InconsistentOwnership (ownedEntityType As Object, nonOwnedEntityType As Object) As String

パラメーター

ownedEntityType
Object
nonOwnedEntityType
Object

戻り値

属性

適用対象