ICloneableQueryAnnotation.Clone(IQuerySource, QueryModel) 메서드

정의

이 주석을 복제합니다.

public Microsoft.EntityFrameworkCore.Query.ResultOperators.ICloneableQueryAnnotation Clone (Remotion.Linq.Clauses.IQuerySource querySource, Remotion.Linq.QueryModel queryModel);
abstract member Clone : Remotion.Linq.Clauses.IQuerySource * Remotion.Linq.QueryModel -> Microsoft.EntityFrameworkCore.Query.ResultOperators.ICloneableQueryAnnotation
Public Function Clone (querySource As IQuerySource, queryModel As QueryModel) As ICloneableQueryAnnotation

매개 변수

querySource
Remotion.Linq.Clauses.IQuerySource

새 쿼리 원본입니다.

queryModel
Remotion.Linq.QueryModel

새 쿼리 모델입니다.

반환

복제된 주석입니다.

적용 대상