Table of Contents

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

name string

The view name.

Returns

View

The View with the given name.

Exceptions

Exception

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