Table of Contents

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

dateFormatType DateFormatType

Controls 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

table Table
dateFormatType 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