C# 0 The Complete Reference


GroupBy( )  method. It reworks the  group



Download 4,07 Mb.
Pdf ko'rish
bet726/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   722   723   724   725   726   727   728   729   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

GroupBy( )

 method. It reworks the 



group

example shown earlier.

// Demonstrate the GroupBy() query method.

// This program reworks the earlier version that used

// the query syntax.

using System;

using System.Linq;

class GroupByDemo {

  static void Main() {

    string[] websites = { "hsNameA.com", "hsNameB.net", "hsNameC.net",

                          "hsNameD.com", "hsNameE.org", "hsNameF.org",

                          "hsNameG.tv",  "hsNameH.net", "hsNameI.tv" };

    // Use query methods to group websites by top-level domain name.

    var webAddrs = websites.Where(w => w.LastIndexOf(".") != 1).

           GroupBy(x => x.Substring(x.LastIndexOf(".", x.Length)));

    // Execute the query and display the results.

    foreach(var sites in webAddrs) {

      Console.WriteLine("Web sites grouped by " + sites.Key);

      foreach(var site in sites)

        Console.WriteLine("  " + site);

      Console.WriteLine();

    }


  }

}

This version produces the same output as the earlier version. The only difference is how the 



query is created. In this version, the query methods are used.

Here is another example. Recall the 



join

 query used in the 



JoinDemo

 example shown 

earlier:

www.freepdf-books.com




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   722   723   724   725   726   727   728   729   ...   1096




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish