ICloneableQueryAnnotation.Clone(IQuerySource, QueryModel) Yöntem

Tanım

Bu ek açıklamayı kopyalar.

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

Parametreler

querySource
Remotion.Linq.Clauses.IQuerySource

Yeni sorgu kaynağı.

queryModel
Remotion.Linq.QueryModel

Yeni sorgu modeli.

Döndürülenler

Kopyalanan ek açıklama.

Şunlara uygulanır