Table of Contents

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

name string

The name of the table to create.

Returns

Table

The newly created Table instance.