RelationalStrings.InsufficientInformationToIdentifyElementOfCollectionJoin Property

Definition

Unable to translate a collection subquery in a projection since either parent or the subquery doesn't project necessary information required to uniquely identify it and correctly generate results on the client side. This can happen when trying to correlate on keyless entity type. This can also happen for some cases of projection before 'Distinct' or some shapes of grouping key in case of 'GroupBy'. These should either contain all key properties of the entity that the operation is applied on, or only contain simple property access expressions.

public static string InsufficientInformationToIdentifyElementOfCollectionJoin { get; }
static member InsufficientInformationToIdentifyElementOfCollectionJoin : string
Public Shared ReadOnly Property InsufficientInformationToIdentifyElementOfCollectionJoin As String

Property Value

Applies to