Method Clone
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
Clone(string)
Creates a deep clone of this table including all columns, constraints, and indexes.
public Table Clone(string newName = null)
Parameters
newNamestringAn optional new name for the cloned table. Defaults to the original table name.