Compartir a través de


CoreStrings.PropertyCalledOnNavigation(Object, Object) Método

Definición

'{property}' no se puede usar como una propiedad en el tipo de entidad '{entityType}' porque está configurada como navegación.

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

Parámetros

property
Object
entityType
Object

Devoluciones

Se aplica a