Hour 21

Quiz

1: What is the name of the data access components used in the .NET Framework?
A1: ADO.NET
2: What is the name given to a collection of DataRows?
A2: DataTable
3: How do I get data into and out of a DataTable?
A3: Use the Fill and Update methods of the DataAdapter.
4: What object is used to connect to a data source?
A4: Connection
5: What argument of a connection string contains information about the type of data being connected to?
A5: The Provider= argument
6: What object provides update, delete, and insert capabilities to a DataAdapter?
A6: CommandBuilder
7: What two .NET data providers are supplied as part of the .NET Framework?
A7: The OleDb .NET data provider and the SqlClient .NET data provider
8: What method of a DataTable object do you ...

Get Sams Teach Yourself Microsoft® Visual C#™ .NET in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.