nedcomp hosting homepage

Producten en Diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

.NET Framework Class Library  

DataRelationCollection Class

Represents the collection of DataRelation objects for this DataSet.

For a list of all members of this type, see DataRelationCollection Members.

System.Object
   System.Data.InternalDataCollectionBase
      System.Data.DataRelationCollection

[Visual Basic]
<Serializable>
MustInherit Public Class DataRelationCollection
   Inherits InternalDataCollectionBase
[C#]
[Serializable]
public abstract class DataRelationCollection :
   InternalDataCollectionBase
[C++]
[Serializable]
public __gc __abstract class DataRelationCollection : public
   InternalDataCollectionBase
[JScript]
public
   Serializable
abstract class DataRelationCollection extends
   InternalDataCollectionBase

Thread Safety

This type is safe for multithreaded read operations. You must synchronize any write operations.

Remarks

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, rather than 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.

Once the collection exists you can manage the objects it contains by using methods such as Add, Clear, and Remove.

Requirements

Namespace: System.Data

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework - Windows CE .NET

Assembly: System.Data (in System.Data.dll)

See Also

DataRelationCollection Members | System.Data Namespace | Add | DataSet | Relations | DataRelation | Remove