次の方法で共有


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)

この注釈を複製します。

適用対象