Free ADO.NET, Part 3 Tutorial

Feb
10

ADO.NET, Part 3

Posted by admin

This is the third installment from the Programming Visual Basic .NET chapter on ADO.NET, focusing on the relations between DataTables in a DataSet, and the DataSets XML capabilities.Relations Between DataTables in a DataSetThe DataSet class provides a mechanism for specifying relations between tables in a DataSet. The DataSet class’s Relations property contains a RelationsCollection object, which maintains a collection of DataRelation objects. Each DataRelation object represents a parent/child r 
continue >>

Tags:

Add A Comment