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
namestringThe table name.
Returns
Exceptions
- Exception
Thrown when no table with that name exists in this schema.