CustomDataRowReader Methods TIBCO Spotfire 7.6 API Reference

The CustomDataRowReader type exposes the following members.

Methods

  Name Description
Public method Close
Closes the data reader.
(Inherited from DataRowReader.)
Public method Dispose
Dispose method.
(Inherited from DataRowReader.)
Protected method Code example Dispose(Boolean)
Call when the caller is finished using the data reader.
(Inherited from DataRowReader.)
Protected method Finalize
Releases unmanaged resources and performs other cleanup operations before the DataReader2 is reclaimed by garbage collection.
(Inherited from DataRowReader.)
Protected method GetColumnsCore
The implementor should provide a list of DataRowReaderColumns that it returns.
(Inherited from DataRowReader.)
Protected method GetResultPropertiesCore
The implementor should provide the result properties.
(Inherited from DataRowReader.)
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 MoveNext
Advances the reader to the next row.
(Inherited from DataRowReader.)
Protected method MoveNextCore
Advance to the next row. The implementor should update all DataValueCursors in the DataRowReaderColumns with values for the next row.
(Inherited from DataRowReader.)
Public method Reset
Resets the reader so that the next time MoveNext is called the first row will be returned.
(Inherited from DataRowReader.)
Protected method ResetCore
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.)
Top
See Also

Reference