Click or drag to resize
DataStreams.FixedWidth Namespace
Contains classes for parsing fixed width files.
Classes
  ClassDescription
Public classFixedWidthDataReader
Provides a datasource for the .Net Framework SqlBulkCopy class which allows data to be rapidly imported into SQL Server.
Public classFixedWidthDataReaderColumn
Represents a data column in the data source to use during import.
Public classFixedWidthDataReaderColumnCollection
Public classFixedWidthReader
A stream based parser for parsing fixed width text data from a file or a stream.
Public classFixedWidthReaderColumn
Represents a source column in the data to use for parsing.
Public classFixedWidthReaderColumnCollection
Public classFixedWidthReaderUserSettings
Public classFixedWidthWriter
A stream based writer for writing fixed width text data to a file or a stream.
Public classFixedWidthWriterColumn
Represents a data column in the data source to use during import.
Public classFixedWidthWriterColumnCollection
Public classFixedWidthWriterUserSettings
Enumerations
  EnumerationDescription
Public enumerationTextAlignment