[This is preliminary documentation and is subject to change.]
The CSVWritingOptions type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CSVWritingOptions | Initializes a new instance of the CSVWritingOptions class | |
| CSVWritingOptions(CSVWritingOptions) | Initializes a new instance of the CSVWritingOptions class |
Methods
| Name | Description | |
|---|---|---|
| Configure | ||
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| FieldDelimiter |
Specifies field delimiter, comma is default
| |
| IncludeHeader |
Indicates if field names must be included in result
| |
| LoadAllFields |
Indicates if nonUI/non-stored fields must be loaded
| |
| NullValue |
Specifies string that will be used for null values
|
Properties
| Name | Description | |
|---|---|---|
| AllFields |
Writes all fields with comma as field delimiter, empty string for null values,
including field names
| |
| Default |
Writes CSV with comma as field delimiter, empty string for null values,
skipping nonUI/non-stored fields, including field names
| |
| NoHeader |
Writes CSV with comma as field delimiter, empty string for null values,
skipping nonUI/non-stored fields, but without field names
|
See Also