Method CreateTable
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
CreateTable(string)
Creates a new table in this schema.
public Table CreateTable(string name)
Parameters
namestringThe name of the table to create.
Returns
- Table
The newly created Table instance.