DataRowReaderColumnCollection Methods TIBCO Spotfire 7.11 API Reference

The DataRowReaderColumnCollection type exposes the following members.

Methods

  Name Description
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.)
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