SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

function sqlrecord_columnPassesThru()

When setting the value of a SQL Record column you can specify that the value should be passed through to the database without quoting or escaping the value. This returns the setting for a particular column.

function sqlrecord_columnPassesThru @pRecordA, pColumn
Parameters
TypeNameDescription
Simple parameter. @pRecordA A SQL Record object.
Simple parameter. pColumn The name of the column to check.
Return

true/false

See also