DataRelationCollection Class
Assembly: System.Data (in system.data.dll)
'Declaration Public MustInherit Class DataRelationCollection Inherits InternalDataCollectionBase 'Usage Dim instance As DataRelationCollection
public abstract class DataRelationCollection extends InternalDataCollectionBase
public abstract class DataRelationCollection extends InternalDataCollectionBase
Not applicable.
A DataRelationCollection object enables navigation between related parent/child DataTable objects.
You create a DataRelationCollection object by defining it as a property of either the DataSet or the DataTable, instead of by directly using a constructor. (Use the Relations property of the DataSet, or the ParentRelations property of the DataTable.)
To access the collection, use the Relations property of the DataSet object.
As soon as the collection exists you can manage the objects it contains by using methods such as Add, Clear, and Remove.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.