CoreStrings.CompiledQueryDifferentModel(Object) 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 compiled query '{queryExpression}' was executed with a different model than it was compiled against. Compiled queries can only be used with a single model.
public static string CompiledQueryDifferentModel (object? queryExpression);
static member CompiledQueryDifferentModel : obj -> string
Public Shared Function CompiledQueryDifferentModel (queryExpression As Object) As String
Parameters
- queryExpression
- 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