DataRelationshipsColumnCollection Class

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

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

The DataRelationshipsColumnCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
The number of DataColumns in the collection.
Public propertyIsReadOnly
Determines if the collection is readonly.
Top
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

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

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference