DataRelationCollection Methods
.NET Framework 4.5
The DataRelationCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(DataRelation) | Adds a DataRelation to the DataRelationCollection. |
|
Add(DataColumn, DataColumn) | Creates a DataRelation with a specified parent and child column, and adds it to the collection. |
|
Add(DataColumn[], DataColumn[]) | Creates a DataRelation with the specified parent and child columns, and adds it to the collection. |
|
Add(String, DataColumn, DataColumn) | Creates a DataRelation with the specified name, and parent and child columns, and adds it to the collection. |
|
Add(String, DataColumn[], DataColumn[]) | Creates a DataRelation with the specified name and arrays of parent and child columns, and adds it to the collection. |
|
Add(String, DataColumn, DataColumn, Boolean) | Creates a DataRelation with the specified name, parent and child columns, with optional constraints according to the value of the createConstraints parameter, and adds it to the collection. |
|
Add(String, DataColumn[], DataColumn[], Boolean) | Creates a DataRelation with the specified name, arrays of parent and child columns, and value specifying whether to create a constraint, and adds it to the collection. |
|
AddCore | Performs verification on the table. |
|
AddRange | Copies the elements of the specified DataRelation array to the end of the collection. |
|
CanRemove | Verifies whether the specified DataRelation can be removed from the collection. |
|
Clear | Clears the collection of any relations. |
|
Contains | Verifies whether a DataRelation with the specific name (case insensitive) exists in the collection. |
|
CopyTo(Array, Int32) | Copies all the elements of the current InternalDataCollectionBase to a one-dimensional Array, starting at the specified InternalDataCollectionBase index. (Inherited from InternalDataCollectionBase.) |
|
CopyTo(DataRelation[], Int32) | Copies the collection of DataRelation objects starting at the specified index. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetDataSet | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
|
GetEnumerator | Gets an IEnumerator for the collection. (Inherited from InternalDataCollectionBase.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IndexOf(DataRelation) | Gets the index of the specified DataRelation object. |
|
IndexOf(String) | Gets the index of the DataRelation specified by name. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnCollectionChanged | Raises the CollectionChanged event. |
|
OnCollectionChanging | Raises the CollectionChanged event. |
|
Remove(DataRelation) | Removes the specified relation from the collection. |
|
Remove(String) | Removes the relation with the specified name from the collection. |
|
RemoveAt | Removes the relation at the specified index from the collection. |
|
RemoveCore | Performs a verification on the specified DataRelation object. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |