DataRelationshipsColumnCollection Class TIBCO Spotfire 7.12 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: 30.0.11525.4184 (30.0.11525.4184)
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.
Public methodGetEnumerator
Gets an enumerator.
Public methodGetType
Gets the Type of the current instance.
(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.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference