Murach's ADO.NET 2.0 with VB 2005
How to work with object data sources
This chapter shows you how to use object data sources, which are data sources that get their data from business objects. This lets you get the benefits of data binding and still keep the data access and business classes in their own layers of a three-layer application.
|
|
|
|
How three-layer Windows applications
work with object data sources |
276 |
|
How to create an object data source |
278 |
|
How to use an object data source |
280 |
|
|
How to work with a combo box |
282 |
|
How to work with a text box |
282 |
|
How to work with a DataGridView
control |
284 |
|
|
The user interface |
286 |
|
The class diagram for the PayablesData
library |
288 |
|
The code for the Vendor class |
290 |
|
The code for the VendorDB class |
290 |
|
The code for the Invoice class |
294 |
|
The code for the InvoiceDB class |
294 |
|
The code for the Vendor Invoices
form |
298 |
|
The code for the Payment Entry
form |
302 |
|
|
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|