Method GetView
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetView(string)
Returns the view with the specified name from this schema.
public View GetView(string name)
Parameters
namestringThe view name.
Returns
Exceptions
- Exception
Thrown when no view with that name exists in this schema.