This print for content only-size & color not accurate 7" X 9-1/4" / casebound / malloy


// Invoke stored proc and print out the petname



Download 21,46 Mb.
Pdf ko'rish
bet1637/1830
Sana28.09.2021
Hajmi21,46 Mb.
#188411
1   ...   1633   1634   1635   1636   1637   1638   1639   1640   ...   1830
Bog'liq
[book] [en] Pro C# 2008 and the NET 3.5 Platform Fourth Edition

// Invoke stored proc and print out the petname.

carsDB.GetPetName(carID, ref petName);

C H A P T E R   2 4  

P R O G R A M M I N G   W I T H   T H E   L I N Q   A P I S



852

8849CH24.qxd  10/19/07  10:11 AM  Page 852




Console.WriteLine("Car ID {0} has the petname: {1}",

carID, petName);

}

}

Notice that LINQ to SQL completely hides the underlying stored procedure logic from view.



Here, we have no need to manually create a SqlCommand object, fill the parameters collection, or call

ExecuteNonQuery(). Instead, we simply invoke the GetPetName() method of our DataContext-derived

type. Do note, however, that output parameters are represented as reference parameters, and there-

fore must be called using the C# ref keyword.

Now assume we have a second helper function (also called from within Main()) named

PrintOrderForCustomer(). This method will print out some order details for the specified customer

as well as the first and last name of the customer:

static void PrintOrderForCustomer(AutoLot carsDB)

{

int custID = 0;



Console.Write("Enter customer ID: ");

custID = int.Parse(Console.ReadLine());

var customerOrders =

from cust in carsDB.Customers

from o in cust.Orders

where cust.CustID == custID

select new { cust, o };

Console.WriteLine("***** Order Info for Customer ID: {0}. *****", custID);

foreach (var q in customerOrders)

{

Console.WriteLine("{0} {1} is order ID # {2}.",



q.cust.FirstName.Trim(),

q.cust.LastName.Trim(),

q.o.OrderID);

Console.WriteLine("{0} bought Car ID # {1}.",

q.cust.FirstName.Trim(), q.o.CarID);

}

}



Figure 24-5 shows the output when querying about the customer assigned the ID of 1.


Download 21,46 Mb.

Do'stlaringiz bilan baham:
1   ...   1633   1634   1635   1636   1637   1638   1639   1640   ...   1830




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2025
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