Click or drag to resize

DelimitedClassBuilderAddField Method (String, String)

Add a new Delimited field to the current class.

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

Parameters

fieldName
Type: SystemString
The Name of the field.
fieldType
Type: SystemString
The Type of the field.

Return Value

Type: DelimitedFieldBuilder
The just created field.
See Also