CoreStrings.ComplexReferenceIsCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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