www.csvreader.com

ReaderBase overview

Public Instance Properties

CurrentRecord The index of the current record.
Item Returns the current column value for a given column index.
Values Returns the columns values for the current record as a string array.

Public Instance Methods

Close Closes and releases all related resources.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ReadRecord
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

ReaderBase Class | DataStreams.Common Namespace