DataRelationshipsColumnCollection Members TIBCO Spotfire 6.0 API Reference
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.
Back to Top
Properties

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

  NameDescription
Explicit interface implemetationPrivate methodIEnumerable GetEnumerator
Gets an enumerator.
Back to Top
See Also