Compartilhar via


ICloneableQueryAnnotation Interface

Definição

Uma anotação de consulta que pode ser clonada.

public interface ICloneableQueryAnnotation : Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation
type ICloneableQueryAnnotation = interface
    interface IQueryAnnotation
Public Interface ICloneableQueryAnnotation
Implements IQueryAnnotation
Implementações

Propriedades

QueryModel

Obtém o modelo de consulta.

(Herdado de IQueryAnnotation)
QuerySource

Obtém a origem da consulta.

(Herdado de IQueryAnnotation)

Métodos

Clone(IQuerySource, QueryModel)

Clona essa anotação.

Aplica-se a