Condividi tramite


CoreStrings.CollectionIsReference(Object, Object, Object, Object) Metodo

Definizione

Proprietà '{1_entityType}. {0_property}' viene eseguito l'accesso usando '{collectionMethod}', ma è definito nel modello come spostamento di riferimento non raccolta. Usare '{referenceMethod}' per accedere agli spostamenti di riferimento.

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

Parametri

property
Object
entityType
Object
CollectionMethodcollectionMethod
Object
ReferenceMethodreferenceMethod
Object

Restituisce

Si applica a