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

Nombre Description
QueryModel

Obtiene el modelo de consulta.

(Heredado de IQueryAnnotation)
QuerySource

Obtiene el origen de la consulta.

(Heredado de IQueryAnnotation)

Métodos

Nombre Description
Clone(IQuerySource, QueryModel)

Clona esta anotación.

Se aplica a