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

新的查询模型。

返回

克隆的注释。

适用于