次の方法で共有


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

定義

エンティティ型 '{entityType}' は共有型を使用し、指定されたエンティティは現在、複数の所有者エンティティから参照されています。 特定の参照のエントリにアクセスするには、所有者エントリで '{targetEntryCall}' を呼び出します。

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

パラメーター

entityType
Object
targetEntryCall
Object

戻り値

適用対象