Partager via


ICloneableQueryAnnotation Interface

Définition

Annotation de requête qui peut être cloné.

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

Propriétés

QueryModel

Obtient le modèle de requête.

(Hérité de IQueryAnnotation)
QuerySource

Obtient la source de la requête.

(Hérité de IQueryAnnotation)

Méthodes

Clone(IQuerySource, QueryModel)

Clone cette annotation.

S’applique à