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
Syntaxpublic DelimitedClassBuilder(
string className,
string delimiter,
DataTable dt
)
Public Sub New (
className As String,
delimiter As String,
dt As DataTable
)
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