October 2010
Beginner to intermediate
400 pages
11h 24m
English
After completing this chapter, you will be able to:
Find items in a DataTable by primary key
Search for DataRow instances using standard query statements
Obtain a set of DataRow objects sorted by one or more columns
Add expression columns to a DataTable that present calculated values
Although adding records to a DataTable is important, the real value of ADO.NET lies in getting those records back out in a variety of ways. Fortunately, the data framework includes many different methods and tools to fulfill that very purpose.
This chapter introduces a few of the most basic tools, all of which appear in the DataTable, DataColumn, and DataRow classes you’ve already met. Each data table includes features that let ...
Read now
Unlock full access