Property Query
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
Query
Gets or sets the query that defines this view.
public Query Query { get; set; }
Property Value
Remarks
When you set the Query property, the view automatically creates columns that match the SELECT items in the query. This allows the view to be used like a table in other queries.
Only applicable for code-based views (ViewType.Code). SQL-based views have their columns loaded from the database schema.