The TextDataReaderSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AllowNewlinesInQuotedFields |
Gets or sets a value indicating whether the data set has quoted fields which
contain newline characters (that is, multi-line fields).
|
![]() | CodePage | Gets or sets the code page.
|
![]() | ColumnNameConcatenation | Gets or sets the format string used to concatenate the column names if
there are more than one column name row defined.
|
![]() | ColumnNameNullValueReplacement |
Gets or sets the way an empty field is replaced if there are
more than one name row.
|
![]() | ColumnNameNullValueReplacementString | Gets or sets the string used to replace empty fields when
concatenation column names.
|
![]() | ColumnNameRows | Gets a readonly collection of column name rows.
|
![]() | CommentPrefix | Gets or sets the string describing how a commented line starts.
|
![]() | ConstantFieldCount | Gets or sets the number of columns in the data set.
|
![]() | CultureName |
Gets or sets the name of the explicitly set culture. Example: "en-US" for
English(United States) culture settings.
|
![]() | DataTypesGivenName |
Gets a mapping (Dictionary) between column names and column types.
|
![]() | DefaultColumnName | Gets or sets the default column name. Add a "{0}" to get a 1-based index
applied to the column name.
If no "{0}" is added, one will be automatically appended to the end.
|
![]() | HasQuoteChar | Gets or sets a value indicating whether the data set has quote characters.
The quote character to use is set in QuoteChar.
|
![]() | HasTrailingSeparator |
Gets or sets a value indicating whether the data has trailing separator.
|
![]() | IgnoreColumns | Gets a readonly collection of ignored columns.
|
![]() | IgnoreRows | Gets a readonly collection of ignored rows.
|
![]() | MinimumFieldCount | Gets or sets the minimum number of columns in the data set.
|
![]() | NullValueDescriptor | Gets or sets the string describing how a null value will be
described in the data set.
|
![]() | QuoteChar | Gets or sets the quote character.
|
![]() | QuoteCharEscape | Gets or sets the quote character escape sequence.
|
![]() | ReadOnly |
Gets or sets a value indicating whether this instance is readonly.
|
![]() | Separator | Gets or sets the separator string used to split the data set
into fields.
|
![]() | StartReadingRow |
Gets or sets the row to start reading from.
|
![]() | TypesRow | Gets or sets the types row.
|
See Also