DataReader Methods TIBCO Spotfire 7.6 API Reference

The DataReader type exposes the following members.

Methods

  Name Description
Public method Close
Closes the data reader.
Public method Static member CreateReader(IDataReader)
Creates a DataReader from the given IDataReader.
Public method Static member CreateReader(IDataReader, IListDataColumnProperties)
Creates a DataReader from the given IDataReader.
Protected method Code example Dispose
Call when the caller is finished using the data reader.
Protected method Finalize
Releases unmanaged resources and performs other cleanup operations before the DataReader is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Public method GetColumnProperties
Gets the properties for the specified column.
Public method GetDataType
Gets the data type of specified column.
Public method GetDateTime
Gets the date and time value of the specified column.
Public method GetDecimal
Gets the fixed-position numeric value of the specified column.
Public method GetDouble
Gets the double-precision floating point number of the specified column.
Public method GetError
Gets the error string of an invalid value in the specified column.
Public method GetInt
Gets the 32-bit signed integer value of the specified column.
Public method GetName
Gets the name of the specified column.
Public method GetOrdinal
Return the index of the named column.
Public method GetString
Gets the string value of the specified column.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IsInvalid
Return whether value in the specified column is invalid or set to null.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Read
Advances the DataReader to the next row.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IDisposableDispose
Dispose method.
Top
See Also

Reference