Constructor ImportConfig
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
ImportConfig(DateFormatType)
Initializes a new ImportConfig with default settings for the specified date format style.
public ImportConfig(DateFormatType dateFormatType = DateFormatType.Iso)
Parameters
dateFormatTypeDateFormatTypeControls whether date/time format strings are set to ISO 8601 standards or derived from the current culture. Defaults to Iso.
ImportConfig(Table, DateFormatType, bool)
Creates an Import Config and auto generates column mappings from the passed in Table
public ImportConfig(Table table, DateFormatType dateFormatType = DateFormatType.Iso, bool keepIdentity = false)
Parameters
tableTabledateFormatTypeDateFormatTypekeepIdentitybool
ImportConfig(Table, bool)
Creates an Import Config and auto generates column mappings from the passed in Table
public ImportConfig(Table table, bool keepIdentity = false)
Parameters
ImportConfig(Table)
Creates an Import Config and auto generates column mappings from the passed in Table
public ImportConfig(Table table)
Parameters
tableTable