Condividi tramite


CoreStrings.ReferenceIsCollection(Object, Object, Object, Object) Metodo

Definizione

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

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

Parametri

property
Object
entityType
Object
ReferenceMethodreferenceMethod
Object
CollectionMethodcollectionMethod
Object

Restituisce

Si applica a