Constructor Snippet
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
Snippet(T)
Creates a new Snippet<T> with the specified literal value.
public Snippet(T value)
Parameters
valueTThe value to embed directly in generated SQL. Must be a trusted, non-user-supplied value.