Click or drag to resize
ReaderBase Class
Inheritance Hierarchy

Namespace: DataStreams.Common
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public abstract class ReaderBase : IDisposable, 
	IEnumerator, IEnumerable

The ReaderBase type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes and releases all related resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodReadRecord
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCurrentRecord
The index of the current record.
Public propertyItem
Returns the current column value for a given column index.
Public propertyValues
Returns the columns values for the current record as a string array.
Top
See Also