RelationalStrings.UnableToSplitCollectionProjectionInSplitQuery 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 query has been configured to use '{splitQueryEnumValue}' and contains a collection in the 'Select' call, which could not be split into separate query. Please remove '{splitQueryMethodName}' if applied or add '{singleQueryMethodName}' to the query.
public static string UnableToSplitCollectionProjectionInSplitQuery (object splitQueryEnumValue, object splitQueryMethodName, object singleQueryMethodName);
static member UnableToSplitCollectionProjectionInSplitQuery : obj * obj * obj -> string
Public Shared Function UnableToSplitCollectionProjectionInSplitQuery (splitQueryEnumValue As Object, splitQueryMethodName As Object, singleQueryMethodName As Object) As String
Parameters
- splitQueryEnumValue
- Object
- splitQueryMethodName
- Object
- singleQueryMethodName
- Object
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework