DataRowReaderColumnCollection Methods

Spotfire 14.3 API Reference

The DataRowReaderColumnCollection type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindAll
Find all columns that match the search expression.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetColumn(String, DataRowReaderColumn)
Try to find a column which matches the column name.
Public methodTryGetColumn(DataColumnSignature, DataRowReaderColumn)
Try to find a column which matches the column signature.
Public methodTryGetColumnAllowingDifferentTypes
Try to find a column which matches the column signature.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
See Also

Reference