ObjectQuery<T>.Intersect(ObjectQuery<T>) メソッド

定義

この query-builder メソッドは、このクエリと指定された他のクエリの両方の結果を持つ新しいクエリを作成します。

public System.Data.Entity.Core.Objects.ObjectQuery<T> Intersect (System.Data.Entity.Core.Objects.ObjectQuery<T> query);
member this.Intersect : System.Data.Entity.Core.Objects.ObjectQuery<'T> -> System.Data.Entity.Core.Objects.ObjectQuery<'T>
Public Function Intersect (query As ObjectQuery(Of T)) As ObjectQuery(Of T)

パラメーター

query
ObjectQuery<T>

交差する結果を表すクエリ。

戻り値

新しい ObjectQuery インスタンス。

例外

クエリ パラメーターが null の場合。

適用対象