Click or drag to resize

DelimitedClassBuilder Constructor (String, String, DataTable)

Creates a new DelimitedClassBuilder with the same structure than a DataTable.

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public DelimitedClassBuilder(
	string className,
	string delimiter,
	DataTable dt
)

Parameters

className
Type: SystemString
The valid class name.
delimiter
Type: SystemString
The delimiter for that class.
dt
Type: System.DataDataTable
The DataTable from where to get the field names and types
See Also