Share via


CoreStrings.ComplexReferenceIsCollection Method

Definition

The property '{entityType}.{property}' is being accessed using the '{referenceMethod}' method, but is defined in the model as a collection complex property. Use the '{collectionMethod}' method to access collection complex properties.

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

Parameters

entityType
Object
property
Object
referenceMethod
Object
collectionMethod
Object

Returns

Applies to