Compartir a través de


CoreStrings.NavigationIsProperty Método

Definición

Propiedad '{1_entityType}. Se accede a {0_property}" mediante el método '{referenceMethod}' o '{collectionMethod}', pero se define en el modelo como no navegación. Use el método '{propertyMethod}' para acceder a propiedades que no son de navegación.

public static string NavigationIsProperty (object property, object entityType, object ReferenceMethod, object CollectionMethod, object PropertyMethod);
public static string NavigationIsProperty (object property, object entityType, object referenceMethod, object collectionMethod, object propertyMethod);
public static string NavigationIsProperty (object? property, object? entityType, object? referenceMethod, object? collectionMethod, object? propertyMethod);
static member NavigationIsProperty : obj * obj * obj * obj * obj -> string
static member NavigationIsProperty : obj * obj * obj * obj * obj -> string
Public Shared Function NavigationIsProperty (property As Object, entityType As Object, ReferenceMethod As Object, CollectionMethod As Object, PropertyMethod As Object) As String
Public Shared Function NavigationIsProperty (property As Object, entityType As Object, referenceMethod As Object, collectionMethod As Object, propertyMethod As Object) As String

Parámetros

property
Object
entityType
Object
ReferenceMethodreferenceMethod
Object
CollectionMethodcollectionMethod
Object
PropertyMethodpropertyMethod
Object

Devoluciones

Se aplica a