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

  NameDescription
Public methodClose
Closes the data reader.
Public methodStatic memberCreateReader(IDataReader)
Creates a DataReader from the given IDataReader.
Public methodStatic memberCreateReader(IDataReader, IList DataColumnProperties )
Creates a DataReader from the given IDataReader.
Protected methodDispose
Call when the caller is finished using the data reader.
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the DataReader is reclaimed by garbage collection.
(Overrides Object Finalize .)
Public methodGetColumnProperties
Gets the properties for the specified column.
Public methodGetDataType
Gets the data type of specified column.
Public methodGetDateTime
Gets the date and time value of the specified column.
Public methodGetDecimal
Gets the fixed-position numeric value of the specified column.
Public methodGetDouble
Gets the double-precision floating point number of the specified column.
Public methodGetError
Gets the error string of an invalid value in the specified column.
Public methodGetInt
Gets the 32-bit signed integer value of the specified column.
Public methodGetName
Gets the name of the specified column.
Public methodGetOrdinal
Return the index of the named column.
Public methodGetString
Gets the string value of the specified column.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsInvalid
Return whether value in the specified column is invalid or set to null.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead
Advances the DataReader to the next row.
Back to Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIDisposable Dispose
Dispose method.
Back to Top
See Also