QueryCompilationContext.AddQuerySourceRequiringMaterialization 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.
Add a query source to the set of query sources requiring materialization.
public virtual void AddQuerySourceRequiringMaterialization (Remotion.Linq.Clauses.IQuerySource querySource);
abstract member AddQuerySourceRequiringMaterialization : Remotion.Linq.Clauses.IQuerySource -> unit
override this.AddQuerySourceRequiringMaterialization : Remotion.Linq.Clauses.IQuerySource -> unit
Public Overridable Sub AddQuerySourceRequiringMaterialization (querySource As IQuerySource)
Parameters
- querySource
- Remotion.Linq.Clauses.IQuerySource
The query source.
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