QueryCompilationContext.CloneAnnotations 方法

定义

创建面向新 QueryModel 的克隆批注。

public virtual void CloneAnnotations (Remotion.Linq.Clauses.QuerySourceMapping querySourceMapping, Remotion.Linq.QueryModel queryModel);
abstract member CloneAnnotations : Remotion.Linq.Clauses.QuerySourceMapping * Remotion.Linq.QueryModel -> unit
override this.CloneAnnotations : Remotion.Linq.Clauses.QuerySourceMapping * Remotion.Linq.QueryModel -> unit
Public Overridable Sub CloneAnnotations (querySourceMapping As QuerySourceMapping, queryModel As QueryModel)

参数

querySourceMapping
Remotion.Linq.Clauses.QuerySourceMapping

查询源映射。

queryModel
Remotion.Linq.QueryModel

查询模型。

适用于