共用方式為


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

新的查詢模型。

傳回

複製的注釋。

適用於