Enum ViewType
- Namespace
- YndigoBlue.Velocity.Enums
- Assembly
- YndigoBlue.Velocity.dll
Specifies how a database view is defined and generated.
public enum ViewType
Fields
Sql = 1The view is defined using a raw SQL SELECT statement.
Code = 2The 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.