Table of Contents

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

value T

The value to embed directly in generated SQL. Must be a trusted, non-user-supplied value.