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