共用方式為


ObjectQuery<T>.Intersect(ObjectQuery<T>) 方法

定義

這個查詢產生器方法會建立新的查詢,其結果為這個查詢中同時有其他指定的查詢。

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。

適用於