CustomDataRowReader Methods TIBCO Spotfire 6.0 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 methodDispose(Boolean)
Call when the caller is finished using the data reader.
(Inherited from DataRowReader.)
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.)
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.)
Back to Top
See Also