CustomDataRowReader Methods

Spotfire 14.4 API Reference

The CustomDataRowReader type exposes the following members.

Methods

  NameDescription
Public methodClose
Closes the data reader.
(Inherited from DataRowReader.)
Public methodDispose
Dispose method.
(Inherited from DataRowReader.)
Protected methodCode exampleDispose(Boolean)
Call when the caller is finished using the data reader.
(Inherited from DataRowReader.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the DataReader2 is reclaimed by garbage collection.
(Inherited from DataRowReader.)
Protected methodGetColumnsCore
The implementor should provide a list of DataRowReaderColumns that it returns.
(Inherited from DataRowReader.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetResultPropertiesCore
The implementor should provide the result properties.
(Inherited from DataRowReader.)
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 methodMoveNext
Advances the reader to the next row.
(Inherited from DataRowReader.)
Protected methodMoveNextCore
Advance to the next row. The implementor should update all DataValueCursors in the DataRowReaderColumns with values for the next row.
(Inherited from DataRowReader.)
Public methodReset
Resets the reader so that the next time MoveNext is called the first row will be returned.
(Inherited from DataRowReader.)
Protected methodResetCore
The implementor should implement this method to reset the enumerator. If this method is called then the MoveNextCore method should return the first row again when called the next time.
(Inherited from DataRowReader.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference