ObjectQuery<T>.Intersect(ObjectQuery<T>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個查詢產生器方法會建立新的查詢,其結果為這個查詢中同時有其他指定的查詢。
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。