Skip to content

Generating SQL

Wouter Demuynck edited this page May 15, 2016 · 2 revisions

All SqlStatement objects have an extension method named ToSql which returns a string containing the SQL equivalent of the expression tree. This can then be used to perform data manipulation on the database server.

The use of this extension method is demonstrated throughout this documentation.