CoreStrings.CollectionIsReference(Object, Object, Object, Object) Metoda

Definicja

Właściwość "{1_entityType}. Dostęp do elementu {0_property} jest uzyskiwany przy użyciu elementu "{collectionMethod}", ale jest zdefiniowany w modelu jako nawigacja nienależący do kolekcji. Użyj elementu "{referenceMethod}", aby uzyskać dostęp do nawigacji referencyjnych.

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

Parametry

property
Object
entityType
Object
CollectionMethodcollectionMethod
Object
ReferenceMethodreferenceMethod
Object

Zwraca

Dotyczy