共用方式為


ICloneableQueryAnnotation 介面

定義

可複製的查詢批註。

public interface ICloneableQueryAnnotation : Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation
type ICloneableQueryAnnotation = interface
    interface IQueryAnnotation
Public Interface ICloneableQueryAnnotation
Implements IQueryAnnotation
實作

屬性

QueryModel

取得查詢模型。

(繼承來源 IQueryAnnotation)
QuerySource

取得查詢來源。

(繼承來源 IQueryAnnotation)

方法

Clone(IQuerySource, QueryModel)

複製此批註。

適用於