Table of Contents

Constructor Statement

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

Statement(string)

Creates a new raw SQL statement.

public Statement(string sql)

Parameters

sql string

The raw SQL text to execute.

Remarks

The SQL should be a valid expression or fragment that can be embedded in a larger query. Do not include statement terminators (semicolons) unless required by your specific use case.