Constructor ImportConfig
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
ImportConfig(DateFormatType)
public ImportConfig(DateFormatType dateOutputFormatType = DateFormatType.Iso)
Parameters
dateOutputFormatTypeDateFormatType
ImportConfig(Table, DateFormatType, bool)
Creates an Import Config and auto generates column mappings from the passed in Table
public ImportConfig(Table table, DateFormatType dateOutputFormatType = DateFormatType.Iso, bool keepIdentity = false)
Parameters
tableTabledateOutputFormatTypeDateFormatTypekeepIdentitybool
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