CoreStrings.ComplexCollectionIsReference 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 '{collectionMethod}', but is defined in the model as a non-collection complex property. Use '{referenceMethod}' to access non-collection complex properties.
public static string ComplexCollectionIsReference(object? entityType, object? property, object? collectionMethod, object? referenceMethod);
static member ComplexCollectionIsReference : obj * obj * obj * obj -> string
Public Shared Function ComplexCollectionIsReference (entityType As Object, property As Object, collectionMethod As Object, referenceMethod As Object) As String
Parameters
- entityType
- Object
- property
- Object
- collectionMethod
- Object
- referenceMethod
- Object