Property Sql
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
Sql
Gets or sets the raw SQL definition of the view (for SQL-type views only).
public string Sql { get; set; }
Property Value
Remarks
This property contains the database-specific SQL when the view is loaded from a database using LoadSchema(). For code-based views, this is null.