CachedCsvReader Methods

The CachedCsvReader type exposes the following members.

Methods


  Name Description
Protected method CheckDisposed (Inherited from CsvReader.)
Public method CopyCurrentRecordTo(array<String>[]()[][])
Copies the field array of the current record to a one-dimensional array, starting at the beginning of the target array.
(Inherited from CsvReader.)
Public method CopyCurrentRecordTo(array<String>[]()[][], Int32)
Copies the field array of the current record to a one-dimensional array, starting at the beginning of the target array.
(Inherited from CsvReader.)
Public method Dispose()()()()
Releases all resources used by the instance.
(Inherited from CsvReader.)
Protected method Dispose(Boolean) (Inherited from CsvReader.)
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetCurrentRawData
Gets the current raw CSV data.
(Inherited from CsvReader.)
Public method GetEnumerator
Returns an RecordEnumerator that can iterate through CSV records.
(Inherited from CsvReader.)
Public method GetFieldHeaders
Gets the field headers.
(Inherited from CsvReader.)
Public method GetFieldIndex
Gets the field index for the provided header.
(Inherited from CsvReader.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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 MoveTo
Moves to the specified record index.
Public method MoveToLastCachedRecord
Moves to the last record read so far.
Public method MoveToStart
Moves before the first record.
Protected method OnDisposed (Inherited from CsvReader.)
Protected method OnParseError (Inherited from CsvReader.)
Public method ReadNextRecord
Reads the next record.
(Inherited from CsvReader.)
Public method ReadToEnd
Reads the CSV stream from the current position to the end of the stream.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)