Interface ISnippet
- Namespace
- YndigoBlue.Velocity.Interfaces
- Assembly
- YndigoBlue.Velocity.dll
Marker interface for raw SQL snippets embedded in queries.
public interface ISnippet
Remarks
Snippets allow direct SQL code to be inserted into generated queries when database-specific features or optimizations are needed that aren't supported by Velocity's query builder. Use snippets sparingly as they bypass the framework's database abstraction and may not be portable across database systems.