QueryCompilationContext.CloneAnnotations 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.
Creates cloned annotations targeting a new QueryModel.
public virtual void CloneAnnotations (Remotion.Linq.Clauses.QuerySourceMapping querySourceMapping, Remotion.Linq.QueryModel queryModel);
abstract member CloneAnnotations : Remotion.Linq.Clauses.QuerySourceMapping * Remotion.Linq.QueryModel -> unit
override this.CloneAnnotations : Remotion.Linq.Clauses.QuerySourceMapping * Remotion.Linq.QueryModel -> unit
Public Overridable Sub CloneAnnotations (querySourceMapping As QuerySourceMapping, queryModel As QueryModel)
Parameters
- querySourceMapping
- Remotion.Linq.Clauses.QuerySourceMapping
A query source mapping.
- queryModel
- Remotion.Linq.QueryModel
A query model.
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