Table of Contents

Enum ViewType

Namespace
YndigoBlue.Velocity.Enums
Assembly
YndigoBlue.Velocity.dll

Specifies how a database view is defined and generated.

public enum ViewType

Fields

Sql = 1

The view is defined using a raw SQL SELECT statement.

Code = 2

The view is defined programmatically using Velocity's query builder.

Remarks

Views can be created either with explicit SQL statements or generated programmatically from code-based query builders.