Table of Contents

Method GetTable

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

GetTable(string)

Returns the table with the specified name from this schema.

public Table GetTable(string name)

Parameters

name string

The table name.

Returns

Table

The Table with the given name.

Exceptions

Exception

Thrown when no table with that name exists in this schema.