DataRowReaderColumnCollection Methods TIBCO Spotfire 7.6 API Reference

The DataRowReaderColumnCollection type exposes the following members.

Methods

  Name Description
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method FindAll
Find all columns that match the search expression.
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method TryGetColumn(String, DataRowReaderColumn)
Try to find a column which matches the column name.
Public method TryGetColumn(DataColumnSignature, DataRowReaderColumn)
Try to find a column which matches the column signature.
Public method TryGetColumnAllowingDifferentTypes
Try to find a column which matches the column signature.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
See Also

Reference