CoreStrings.AmbiguousDependentEntity(Object, Object) Método

Definição

O tipo de entidade '{entityType}' usa um tipo compartilhado e a entidade fornecida atualmente é referenciada de várias entidades de proprietário. Para acessar a entrada de uma referência específica, chame '{targetEntryCall}' na entrada do proprietário.

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

Parâmetros

entityType
Object
targetEntryCall
Object

Retornos

Aplica-se a