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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework