Interface IViewHelper
- Namespace
- YndigoBlue.Velocity.Interfaces
- Assembly
- YndigoBlue.Velocity.dll
Defines query processing operations for code-based view generation.
public interface IViewHelper
Remarks
View helpers process and validate query definitions when creating views programmatically using Velocity's query builder (ViewType.Code). They ensure the query is compatible with the target schema and database system before generating the view's SQL definition.
Methods
- ProcessQuery(Schema, Query)
Processes a query for view creation within the specified schema context.