Type alias InSql

InSql: string | Sql

A SQL text that you can send to the database. Either a string or a reference to SQL text that is cached on the server.

Generated using TypeDoc