ICloneableQueryAnnotation Interface

Definition

A query annotation that can be cloned.

public interface ICloneableQueryAnnotation : Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation
type ICloneableQueryAnnotation = interface
    interface IQueryAnnotation
Public Interface ICloneableQueryAnnotation
Implements IQueryAnnotation
Implements

Properties

QueryModel

Gets the query model.

(Inherited from IQueryAnnotation)
QuerySource

Gets the query source.

(Inherited from IQueryAnnotation)

Methods

Clone(IQuerySource, QueryModel)

Clones this annotation.

Applies to