ObjectQuery<T>.Intersect(ObjectQuery<T>) Yöntem

Tanım

Bu sorgu oluşturucu yöntemi, sonuçları hem bu sorguda hem de belirtilen diğer sorguda olan yeni bir sorgu oluşturur.

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)

Parametreler

query
ObjectQuery<T>

Kesişecek sonuçları temsil eden bir sorgu.

Döndürülenler

yeni bir ObjectQuery örneği.

Özel durumlar

Sorgu parametresi null ise.

Şunlara uygulanır