Table of Contents

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

newName string

An optional new name for the cloned table. Defaults to the original table name.

Returns

Table

A new Table with the same structure as this table.