Table of Contents

Constructor ImportConfig

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

ImportConfig(DateFormatType)

public ImportConfig(DateFormatType dateOutputFormatType = DateFormatType.Iso)

Parameters

dateOutputFormatType DateFormatType

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

table Table
dateOutputFormatType DateFormatType
keepIdentity bool

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

table Table
keepIdentity bool

ImportConfig(Table)

Creates an Import Config and auto generates column mappings from the passed in Table

public ImportConfig(Table table)

Parameters

table Table