Method CloneForStaging
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
CloneForStaging(string, bool)
Creates a staging copy of this table suitable for bulk import, excluding auto-generated columns unless keepIdentity is true.
All NOT NULL constraints are relaxed on the copy to allow partial data loading.
public Table CloneForStaging(string newName = null, bool keepIdentity = false)
Parameters
newNamestringAn optional new name for the staging table. Defaults to the original table name.
keepIdentityboolWhen
true, auto-generated columns are included in the copy. Defaults tofalse.