DataRowReader Methods TIBCO Spotfire 7.6 API Reference

The DataRowReader type exposes the following members.

Methods

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

Reference