| FixedWidthWriter Methods |
The FixedWidthWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
Closes and releases all related resources.
(Inherited from WriterBase.) | |
| EndRecord |
Ends the current record by sending the record delimiter.
| |
| Equals | (Inherited from Object.) | |
| Flush |
Clears all buffers for the current writer and causes any
buffered data to be written to the underlying device.
(Inherited from WriterBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Write |
Writes another column of data to this record.
| |
| WriteAll |
Writes all data from the DataTable.
| |
| WriteRecord |
Writes a new record using the passed in array of values.
|