Compartilhar via


ICloneableQueryAnnotation.Clone(IQuerySource, QueryModel) Método

Definição

Clona essa anotação.

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

Parâmetros

querySource
Remotion.Linq.Clauses.IQuerySource

A nova fonte de consulta.

queryModel
Remotion.Linq.QueryModel

O novo modelo de consulta.

Retornos

A anotação clonada.

Aplica-se a