DataRelationCollection.Add Method (DataColumn[], DataColumn[])
Creates a DataRelation with the specified parent and child columns, and adds it to the collection.
Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Parameters
- parentColumns
- Type: System.Data.DataColumn[]
The parent columns of the relation.
- childColumns
- Type: System.Data.DataColumn[]
The child columns of the relation.
| Exception | Condition |
|---|---|
| ArgumentNullException | The relation argument is a null value. |
| ArgumentException | The relation already belongs to this collection, or it belongs to another collection. |
| DuplicateNameException | The collection already has a relation with the same name. (The comparison is not case sensitive.) |
| InvalidConstraintException | The relation has entered an invalid state since it was created. |
When a DataRelation object is added to the collection, ForeignKeyConstraint and UniqueConstraint objects are created by default if they do not already exist.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.