Condividi tramite


CoreStrings.PropertyIsNavigation Metodo

Definizione

Proprietà '{1_entityType}. L'accesso a {0_property}' viene eseguito usando il metodo '{propertyMethod}', ma è definito nel modello come navigazione. Utilizzare il metodo '{referenceMethod}' o '{collectionMethod}' per accedere agli spostamenti.

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

Parametri

property
Object
entityType
Object
PropertyMethodpropertyMethod
Object
ReferenceMethodreferenceMethod
Object
CollectionMethodcollectionMethod
Object

Restituisce

Si applica a