Condividi tramite


CoreStrings.PropertyCalledOnNavigation(Object, Object) Metodo

Definizione

'{property}' non può essere usato come proprietà nel tipo di entità '{entityType}' perché è configurato come navigazione.

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

Parametri

property
Object
entityType
Object

Restituisce

Si applica a