Table of Contents

Property ViewType

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

ViewType

Gets the type of this view (Code or Sql).

public ViewType ViewType { get; }

Property Value

ViewType

Remarks

  • ViewType.Code Portable view defined using Velocity Query objects. Created programmatically or from schema files.
  • ViewType.Sql Database-specific view loaded from existing database. Contains raw SQL in the Sql property.