Aracılığıyla paylaş


CoreStrings.ReferenceIsCollection(Object, Object, Object, Object) Yöntem

Tanım

'{1_entityType} özelliği. {0_property}' öğesine '{referenceMethod}' yöntemi kullanılarak erişiliyor, ancak modelde koleksiyon gezintisi olarak tanımlanıyor. Koleksiyon gezintilerine erişmek için '{collectionMethod}' yöntemini kullanın.

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

Parametreler

property
Object
entityType
Object
ReferenceMethodreferenceMethod
Object
CollectionMethodcollectionMethod
Object

Döndürülenler

Şunlara uygulanır