Returns an enumerator that iterates through the collection.
An enumerator that can be used to iterate through the collection.
Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Readonly
ItemGets the relation at the given index.
Gets the context of this node.
The number of relations in this collection.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Adds a relation to this collection.
The new data relation.
Finds a relation between two given data tables.
The relation between the tables; otherwise null.
Finds all valid relations where a given data table is involved.
The data table.
A list of valid data relations.
Finds all relations where a given data table is involved.
A list of data relations.
Removes a relation from this collection.
The relation to be removed.
Removes all relations that satisfy a given predicate from this collection.
The predicate.
A collection of Spotfire.Dxp.Data.DataRelation objects.
Since
2.0