ICloneableQueryAnnotation 인터페이스

정의

복제할 수 있는 쿼리 주석입니다.

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

속성

QueryModel

쿼리 모델을 가져옵니다.

(다음에서 상속됨 IQueryAnnotation)
QuerySource

쿼리 원본을 가져옵니다.

(다음에서 상속됨 IQueryAnnotation)

메서드

Clone(IQuerySource, QueryModel)

이 주석을 복제합니다.

적용 대상