ObjectQuery<T>.Intersect(ObjectQuery<T>) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.