Table of Contents

Property this

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

this[string]

Gets the table with the specified name from this schema.

public Table this[string name] { get; }

Parameters

name string

The table name.

Property Value

Table

Exceptions

Exception

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