DataRowReader Methods TIBCO Spotfire 6.0 API Reference
The DataRowReader type exposes the following members.
Methods

  NameDescription
Public methodClose
Closes the data reader.
Public methodStatic memberCreateReader(IDataReader)
Creates a DataRowReader from the given IDataReader.
Public methodStatic memberCreateReader(IDataReader, ResultProperties)
Creates a DataRowReader from the given IDataReader.
Public methodStatic memberCreateReader(IDataReader, IList DataColumnProperties )
Creates a DataRowReader from the given IDataReader.
Public methodStatic memberCreateReader(IDataReader, IList DataColumnProperties , ResultProperties)
Creates a DataRowReader from the given IDataReader.
Public methodDispose 
Dispose method.
Protected methodDispose(Boolean)
Call when the caller is finished using the data reader.
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the DataReader2 is reclaimed by garbage collection.
(Overrides Object Finalize .)
Protected methodGetColumnsCore
The implementor should provide a list of DataRowReaderColumns that it returns.
Protected methodGetResultPropertiesCore
The implementor should provide the result properties.
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.
Protected methodMoveNextCore
Advance to the next row. The implementor should update all DataValueCursors in the DataRowReaderColumns with values for the next row.
Public methodReset
Resets the reader so that the next time MoveNext  is called the first row will be returned.
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.
Back to Top
See Also