Click or drag to resize

DelimitedClassBuilderAddField Method (String)

Add a new Delimited string field to the current class.

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public virtual DelimitedFieldBuilder AddField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The Name of the string field.

Return Value

Type: DelimitedFieldBuilder
The just created field.
See Also