Sdílet prostřednictvím


ICloneableQueryAnnotation Rozhraní

Definice

Anotace dotazu, kterou je možné naklonovat.

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

Vlastnosti

QueryModel

Získá model dotazu.

(Zděděno od IQueryAnnotation)
QuerySource

Získá zdroj dotazu.

(Zděděno od IQueryAnnotation)

Metody

Clone(IQuerySource, QueryModel)

Naklonuje tuto poznámku.

Platí pro