DataRelationshipsColumnCollection Class TIBCO Spotfire 7.6 API Reference
Represents a collection of DataColumns selected as input for a DataRelationshipsCalculation.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.Calculations.DataRelationshipsDataRelationshipsColumnCollection

Namespace: Spotfire.Dxp.Application.Calculations.DataRelationships
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public sealed class DataRelationshipsColumnCollection : ICollection<DataColumn>, 
	IEnumerable<DataColumn>, IEnumerable

The DataRelationshipsColumnCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add a DataColumn to this collection
Public methodAddRange
Adds the DataColumns to this collection.
Public methodClear
Clears the collection of all DataColumns.
Public methodContains
Checks if a DataColumn exists in the collection.
Public methodCopyTo
Copies the included DataColumns to the given array.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes a DataColumn from the collection.
Public methodReplaceAll
Replaces all current DataColumns, if any, with the given columns.
Top
Properties

  NameDescription
Public propertyCount
The number of DataColumns in the collection.
Public propertyIsReadOnly
Determines if the collection is readonly.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Gets an enumerator.
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference