Поделиться через


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

Модель запроса.

Применяется к