ICloneableQueryAnnotation.Clone(IQuerySource, QueryModel) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
複製此批註。
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
新的查詢模型。
傳回
複製的注釋。