Enumerable.GroupJoin Yöntem
Tanım
Anahtar eşitlik temelinde iki sıranın öğelerini karşılıklı olarak ilişkilendirir ve sonuçları gruplandırır.Correlates the elements of two sequences based on key equality, and groups the results.
Aşırı Yüklemeler
GroupJoin<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>, Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,IEnumerable<TInner>,TResult>, IEqualityComparer<TKey>) |
İki sıranın öğelerini anahtar eşitliğine göre ilişkilendirir ve sonuçları gruplandırır.Correlates the elements of two sequences based on key equality and groups the results. IEqualityComparer<T>Anahtarları karşılaştırmak için belirtilen bir kullanılır.A specified IEqualityComparer<T> is used to compare keys. |
GroupJoin<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>, Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,IEnumerable<TInner>,TResult>) |
Anahtarların eşitliğine göre iki sıranın öğelerini karşılıklı olarak ilişkilendirir ve sonuçları gruplandırır.Correlates the elements of two sequences based on equality of keys and groups the results. Anahtarları karşılaştırmak için varsayılan eşitlik karşılaştırıcısı kullanılır.The default equality comparer is used to compare keys. |
GroupJoin<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>, Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,IEnumerable<TInner>,TResult>, IEqualityComparer<TKey>)
İki sıranın öğelerini anahtar eşitliğine göre ilişkilendirir ve sonuçları gruplandırır.Correlates the elements of two sequences based on key equality and groups the results. IEqualityComparer<T>Anahtarları karşılaştırmak için belirtilen bir kullanılır.A specified IEqualityComparer<T> is used to compare keys.
public:
generic <typename TOuter, typename TInner, typename TKey, typename TResult>
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<TResult> ^ GroupJoin(System::Collections::Generic::IEnumerable<TOuter> ^ outer, System::Collections::Generic::IEnumerable<TInner> ^ inner, Func<TOuter, TKey> ^ outerKeySelector, Func<TInner, TKey> ^ innerKeySelector, Func<TOuter, System::Collections::Generic::IEnumerable<TInner> ^, TResult> ^ resultSelector, System::Collections::Generic::IEqualityComparer<TKey> ^ comparer);
public static System.Collections.Generic.IEnumerable<TResult> GroupJoin<TOuter,TInner,TKey,TResult> (this System.Collections.Generic.IEnumerable<TOuter> outer, System.Collections.Generic.IEnumerable<TInner> inner, Func<TOuter,TKey> outerKeySelector, Func<TInner,TKey> innerKeySelector, Func<TOuter,System.Collections.Generic.IEnumerable<TInner>,TResult> resultSelector, System.Collections.Generic.IEqualityComparer<TKey> comparer);
public static System.Collections.Generic.IEnumerable<TResult> GroupJoin<TOuter,TInner,TKey,TResult> (this System.Collections.Generic.IEnumerable<TOuter> outer, System.Collections.Generic.IEnumerable<TInner> inner, Func<TOuter,TKey> outerKeySelector, Func<TInner,TKey> innerKeySelector, Func<TOuter,System.Collections.Generic.IEnumerable<TInner>,TResult> resultSelector, System.Collections.Generic.IEqualityComparer<TKey>? comparer);
static member GroupJoin : seq<'Outer> * seq<'Inner> * Func<'Outer, 'Key> * Func<'Inner, 'Key> * Func<'Outer, seq<'Inner>, 'Result> * System.Collections.Generic.IEqualityComparer<'Key> -> seq<'Result>
<Extension()>
Public Function GroupJoin(Of TOuter, TInner, TKey, TResult) (outer As IEnumerable(Of TOuter), inner As IEnumerable(Of TInner), outerKeySelector As Func(Of TOuter, TKey), innerKeySelector As Func(Of TInner, TKey), resultSelector As Func(Of TOuter, IEnumerable(Of TInner), TResult), comparer As IEqualityComparer(Of TKey)) As IEnumerable(Of TResult)
Tür Parametreleri
- TOuter
İlk sıranın öğelerinin türü.The type of the elements of the first sequence.
- TInner
İkinci sıranın öğelerinin türü.The type of the elements of the second sequence.
- TKey
Anahtar Seçici işlevleri tarafından döndürülen anahtarların türü.The type of the keys returned by the key selector functions.
- TResult
Sonuç öğelerinin türü.The type of the result elements.
Parametreler
- outer
- IEnumerable<TOuter>
Katılacak ilk sıra.The first sequence to join.
- inner
- IEnumerable<TInner>
İlk diziye katılacak dizi.The sequence to join to the first sequence.
- outerKeySelector
- Func<TOuter,TKey>
İlk dizinin her öğesinden JOIN anahtarını ayıklamak için bir işlev.A function to extract the join key from each element of the first sequence.
- innerKeySelector
- Func<TInner,TKey>
İkinci dizinin her öğesinden JOIN anahtarını ayıklamak için bir işlev.A function to extract the join key from each element of the second sequence.
- resultSelector
- Func<TOuter,IEnumerable<TInner>,TResult>
İlk dizideki bir öğeden sonuç öğesi ve ikinci dizideki eşleşen öğeler koleksiyonu oluşturmak için bir işlev.A function to create a result element from an element from the first sequence and a collection of matching elements from the second sequence.
- comparer
- IEqualityComparer<TKey>
Bir IEqualityComparer<T> to karması ve anahtarları karşılaştırın.An IEqualityComparer<T> to hash and compare keys.
Döndürülenler
- IEnumerable<TResult>
IEnumerable<T> TResult
İki dizi üzerinde gruplanmış bir JOIN gerçekleştirerek elde edilen türündeki öğeleri içeren bir.An IEnumerable<T> that contains elements of type TResult
that are obtained by performing a grouped join on two sequences.
Özel durumlar
outer
veya veya ya da inner
outerKeySelector
innerKeySelector
resultSelector
null
.outer
or inner
or outerKeySelector
or innerKeySelector
or resultSelector
is null
.
Açıklamalar
Bu yöntem ertelenmiş yürütme kullanılarak uygulanır.This method is implemented by using deferred execution. Anında dönüş değeri, eylemi gerçekleştirmek için gereken tüm bilgileri depolayan bir nesnedir.The immediate return value is an object that stores all the information that is required to perform the action. Bu yöntem tarafından temsil edilen sorgu, nesne GetEnumerator
yöntemi doğrudan çağırarak ya da foreach
Visual C# ' de veya Visual Basic kullanılarak numaralandırılana kadar yürütülmez For Each
.The query represented by this method is not executed until the object is enumerated either by calling its GetEnumerator
method directly or by using foreach
in Visual C# or For Each
in Visual Basic.
comparer
İse, null
varsayılan eşitlik karşılaştırıcısı, Default anahtarları karma ve karşılaştırmak için kullanılır.If comparer
is null
, the default equality comparer, Default, is used to hash and compare keys.
GroupJoin hiyerarşik sonuçlar üretir, bu, öğesinden öğelerinden outer
eşleşen öğe koleksiyonlarıyla eşleştirildiği anlamına gelir inner
.GroupJoin produces hierarchical results, which means that elements from outer
are paired with collections of matching elements from inner
. GroupJoin
sonuçlarınızı her öğesi için tüm eşleşmelerin bir kümesiyle temel almanıza olanak sağlar outer
.GroupJoin
enables you to base your results on a whole set of matches for each element of outer
.
Not
inner
Belirli bir öğesi için içinde bağıntılı öğe yoksa outer
, bu öğe için eşleşme sırası boş olur ancak sonuçlarda görünmeye devam eder.If there are no correlated elements in inner
for a given element of outer
, the sequence of matches for that element will be empty but will still appear in the results.
resultSelector
İşlevi her outer
öğe için inner
, öğesiyle eşleşen tüm öğelerin koleksiyonuyla birlikte yalnızca bir kez çağrılır outer
.The resultSelector
function is called only one time for each outer
element together with a collection of all the inner
elements that match the outer
element. Bu, Join sonuç Seçici işlevinin bir öğesi ve öğesinden bir öğesinden bir öğe içeren çiftler üzerinde çağrıldığı yöntemden farklıdır outer
inner
.This differs from the Join method in which the result selector function is invoked on pairs that contain one element from outer
and one element from inner
.
GroupJoin
öğelerinin sırasını outer
ve ' ın her öğesi için outer
, eşleşen öğelerin sırasını korur inner
.GroupJoin
preserves the order of the elements of outer
, and for each element of outer
, the order of the matching elements from inner
.
GroupJoin geleneksel ilişkisel veritabanı koşullarında doğrudan eşdeğer değildir.GroupJoin has no direct equivalent in traditional relational database terms. Ancak, bu yöntem, İç birleştirmeler ve sol dış birleşimlerin bir üst kümesini uygular.However, this method does implement a superset of inner joins and left outer joins. Bu işlemlerin her ikisi de gruplanmış bir JOIN bakımından yazılabilir.Both of these operations can be written in terms of a grouped join. Bkz. JOIN işlemleri.See Join Operations.
Ayrıca bkz.
Şunlara uygulanır
GroupJoin<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>, Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,IEnumerable<TInner>,TResult>)
Anahtarların eşitliğine göre iki sıranın öğelerini karşılıklı olarak ilişkilendirir ve sonuçları gruplandırır.Correlates the elements of two sequences based on equality of keys and groups the results. Anahtarları karşılaştırmak için varsayılan eşitlik karşılaştırıcısı kullanılır.The default equality comparer is used to compare keys.
public:
generic <typename TOuter, typename TInner, typename TKey, typename TResult>
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<TResult> ^ GroupJoin(System::Collections::Generic::IEnumerable<TOuter> ^ outer, System::Collections::Generic::IEnumerable<TInner> ^ inner, Func<TOuter, TKey> ^ outerKeySelector, Func<TInner, TKey> ^ innerKeySelector, Func<TOuter, System::Collections::Generic::IEnumerable<TInner> ^, TResult> ^ resultSelector);
public static System.Collections.Generic.IEnumerable<TResult> GroupJoin<TOuter,TInner,TKey,TResult> (this System.Collections.Generic.IEnumerable<TOuter> outer, System.Collections.Generic.IEnumerable<TInner> inner, Func<TOuter,TKey> outerKeySelector, Func<TInner,TKey> innerKeySelector, Func<TOuter,System.Collections.Generic.IEnumerable<TInner>,TResult> resultSelector);
static member GroupJoin : seq<'Outer> * seq<'Inner> * Func<'Outer, 'Key> * Func<'Inner, 'Key> * Func<'Outer, seq<'Inner>, 'Result> -> seq<'Result>
<Extension()>
Public Function GroupJoin(Of TOuter, TInner, TKey, TResult) (outer As IEnumerable(Of TOuter), inner As IEnumerable(Of TInner), outerKeySelector As Func(Of TOuter, TKey), innerKeySelector As Func(Of TInner, TKey), resultSelector As Func(Of TOuter, IEnumerable(Of TInner), TResult)) As IEnumerable(Of TResult)
Tür Parametreleri
- TOuter
İlk sıranın öğelerinin türü.The type of the elements of the first sequence.
- TInner
İkinci sıranın öğelerinin türü.The type of the elements of the second sequence.
- TKey
Anahtar Seçici işlevleri tarafından döndürülen anahtarların türü.The type of the keys returned by the key selector functions.
- TResult
Sonuç öğelerinin türü.The type of the result elements.
Parametreler
- outer
- IEnumerable<TOuter>
Katılacak ilk sıra.The first sequence to join.
- inner
- IEnumerable<TInner>
İlk diziye katılacak dizi.The sequence to join to the first sequence.
- outerKeySelector
- Func<TOuter,TKey>
İlk dizinin her öğesinden JOIN anahtarını ayıklamak için bir işlev.A function to extract the join key from each element of the first sequence.
- innerKeySelector
- Func<TInner,TKey>
İkinci dizinin her öğesinden JOIN anahtarını ayıklamak için bir işlev.A function to extract the join key from each element of the second sequence.
- resultSelector
- Func<TOuter,IEnumerable<TInner>,TResult>
İlk dizideki bir öğeden sonuç öğesi ve ikinci dizideki eşleşen öğeler koleksiyonu oluşturmak için bir işlev.A function to create a result element from an element from the first sequence and a collection of matching elements from the second sequence.
Döndürülenler
- IEnumerable<TResult>
IEnumerable<T> TResult
İki dizi üzerinde gruplanmış bir JOIN gerçekleştirerek elde edilen türündeki öğeleri içeren bir.An IEnumerable<T> that contains elements of type TResult
that are obtained by performing a grouped join on two sequences.
Özel durumlar
outer
veya veya ya da inner
outerKeySelector
innerKeySelector
resultSelector
null
.outer
or inner
or outerKeySelector
or innerKeySelector
or resultSelector
is null
.
Örnekler
Aşağıdaki kod örneği, GroupJoin<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>, Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,IEnumerable<TInner>,TResult>) iki dizi üzerinde gruplanmış bir birleştirmeyi gerçekleştirmek için nasıl kullanılacağını gösterir.The following code example demonstrates how to use GroupJoin<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>, Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,IEnumerable<TInner>,TResult>) to perform a grouped join on two sequences.
class Person
{
public string Name { get; set; }
}
class Pet
{
public string Name { get; set; }
public Person Owner { get; set; }
}
public static void GroupJoinEx1()
{
Person magnus = new Person { Name = "Hedlund, Magnus" };
Person terry = new Person { Name = "Adams, Terry" };
Person charlotte = new Person { Name = "Weiss, Charlotte" };
Pet barley = new Pet { Name = "Barley", Owner = terry };
Pet boots = new Pet { Name = "Boots", Owner = terry };
Pet whiskers = new Pet { Name = "Whiskers", Owner = charlotte };
Pet daisy = new Pet { Name = "Daisy", Owner = magnus };
List<Person> people = new List<Person> { magnus, terry, charlotte };
List<Pet> pets = new List<Pet> { barley, boots, whiskers, daisy };
// Create a list where each element is an anonymous
// type that contains a person's name and
// a collection of names of the pets they own.
var query =
people.GroupJoin(pets,
person => person,
pet => pet.Owner,
(person, petCollection) =>
new
{
OwnerName = person.Name,
Pets = petCollection.Select(pet => pet.Name)
});
foreach (var obj in query)
{
// Output the owner's name.
Console.WriteLine("{0}:", obj.OwnerName);
// Output each of the owner's pet's names.
foreach (string pet in obj.Pets)
{
Console.WriteLine(" {0}", pet);
}
}
}
/*
This code produces the following output:
Hedlund, Magnus:
Daisy
Adams, Terry:
Barley
Boots
Weiss, Charlotte:
Whiskers
*/
Structure Person
Public Name As String
End Structure
Structure Pet
Public Name As String
Public Owner As Person
End Structure
Sub GroupJoinEx1()
Dim magnus As New Person With {.Name = "Hedlund, Magnus"}
Dim terry As New Person With {.Name = "Adams, Terry"}
Dim charlotte As New Person With {.Name = "Weiss, Charlotte"}
Dim barley As New Pet With {.Name = "Barley", .Owner = terry}
Dim boots As New Pet With {.Name = "Boots", .Owner = terry}
Dim whiskers As New Pet With {.Name = "Whiskers", .Owner = charlotte}
Dim daisy As New Pet With {.Name = "Daisy", .Owner = magnus}
Dim people As New List(Of Person)(New Person() {magnus, terry, charlotte})
Dim pets As New List(Of Pet)(New Pet() {barley, boots, whiskers, daisy})
' Create a collection where each element is an anonymous type
' that contains a Person's name and a collection of names of
' the pets that are owned by them.
Dim query =
people.GroupJoin(pets,
Function(person) person,
Function(pet) pet.Owner,
Function(person, petCollection) _
New With {.OwnerName = person.Name,
.Pets = petCollection.Select(
Function(pet) pet.Name)})
Dim output As New System.Text.StringBuilder
For Each obj In query
' Output the owner's name.
output.AppendLine(obj.OwnerName & ":")
' Output each of the owner's pet's names.
For Each pet As String In obj.Pets
output.AppendLine(" " & pet)
Next
Next
' Display the output.
Console.WriteLine(output.ToString)
End Sub
' This code produces the following output:
'
' Hedlund, Magnus
' Daisy
' Adams, Terry
' Barley
' Boots
' Weiss, Charlotte
' Whiskers
Açıklamalar
Bu yöntem ertelenmiş yürütme kullanılarak uygulanır.This method is implemented by using deferred execution. Anında dönüş değeri, eylemi gerçekleştirmek için gereken tüm bilgileri depolayan bir nesnedir.The immediate return value is an object that stores all the information that is required to perform the action. Bu yöntem tarafından temsil edilen sorgu, nesne GetEnumerator
yöntemi doğrudan çağırarak ya da foreach
Visual C# ' de veya Visual Basic kullanılarak numaralandırılana kadar yürütülmez For Each
.The query represented by this method is not executed until the object is enumerated either by calling its GetEnumerator
method directly or by using foreach
in Visual C# or For Each
in Visual Basic.
Varsayılan eşitlik karşılaştırıcısı, Default anahtarları karma ve karşılaştırmak için kullanılır.The default equality comparer, Default, is used to hash and compare keys.
GroupJoin hiyerarşik sonuçlar üretir, bu, öğesinden öğelerinden outer
eşleşen öğe koleksiyonlarıyla eşleştirildiği anlamına gelir inner
.GroupJoin produces hierarchical results, which means that elements from outer
are paired with collections of matching elements from inner
. GroupJoin
sonuçlarınızı her öğesi için tüm eşleşmelerin bir kümesiyle temel almanıza olanak sağlar outer
.GroupJoin
enables you to base your results on a whole set of matches for each element of outer
.
Not
inner
Belirli bir öğesi için içinde bağıntılı öğe yoksa outer
, bu öğe için eşleşme sırası boş olur ancak sonuçlarda görünmeye devam eder.If there are no correlated elements in inner
for a given element of outer
, the sequence of matches for that element will be empty but will still appear in the results.
resultSelector
İşlevi her outer
öğe için inner
, öğesiyle eşleşen tüm öğelerin koleksiyonuyla birlikte yalnızca bir kez çağrılır outer
.The resultSelector
function is called only one time for each outer
element together with a collection of all the inner
elements that match the outer
element. Bu, Join sonuç Seçici işlevinin öğesinden bir öğe ve öğesinden bir öğeden oluşan çiftler üzerinde çağrıldığı yönteminden farklıdır outer
inner
.This differs from the Join method, in which the result selector function is invoked on pairs that contain one element from outer
and one element from inner
.
GroupJoin
öğelerinin sırasını outer
ve ' ın her öğesi için outer
, eşleşen öğelerin sırasını korur inner
.GroupJoin
preserves the order of the elements of outer
, and for each element of outer
, the order of the matching elements from inner
.
GroupJoin geleneksel ilişkisel veritabanı koşullarında doğrudan eşdeğer değildir.GroupJoin has no direct equivalent in traditional relational database terms. Ancak, bu yöntem, İç birleştirmeler ve sol dış birleşimlerin bir üst kümesini uygular.However, this method does implement a superset of inner joins and left outer joins. Bu işlemlerin her ikisi de gruplanmış bir JOIN bakımından yazılabilir.Both of these operations can be written in terms of a grouped join. Bkz. JOIN işlemleri.See Join Operations.
Sorgu ifadesi sözdiziminde, bir join … into
(Visual C#) veya Group Join
(Visual Basic) yan tümcesi bir çağrısına çevrilir GroupJoin .In query expression syntax, a join … into
(Visual C#) or Group Join
(Visual Basic) clause translates to an invocation of GroupJoin.
Ayrıca bkz.
- Birleştirme İşlemleriJoin Operations
- join tümcesi (C# Başvurusu)join clause (C# Reference)
- Group Join Tümcesi (Visual Basic)Group Join Clause (Visual Basic)