Table of Contents

Property Sql

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

Sql

Gets or sets the raw SQL text of this statement.

public string Sql { get; set; }

Property Value

string

Remarks

This SQL is passed directly to the database without validation or transformation. Ensure it is compatible with your target database system.