Table of Contents

Constructor View

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

View(string, string, ViewType)

Creates a new view with the specified name, schema, and type.

public View(string name, string schemaName, ViewType viewType)

Parameters

name string

The name of the view.

schemaName string

The name of the schema containing the view.

viewType ViewType

The type of view (Code or Sql).