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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework