Compartir a través de


ICloneableQueryAnnotation Interfaz

Definición

Anotación de consulta que se puede clonar.

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

Propiedades

QueryModel

Obtiene el modelo de consulta.

(Heredado de IQueryAnnotation)
QuerySource

Obtiene el origen de la consulta.

(Heredado de IQueryAnnotation)

Métodos

Clone(IQuerySource, QueryModel)

Clona esta anotación.

Se aplica a