Icon BooleanToSQLStr Method

function BooleanToSQLStr(Value: Boolean): String

Call the BooleanToSQLStr method to convert a Boolean value to an SQL 2003 standard boolean constant string. All SQL and filter expressions in ElevateDB require standard boolean constants, which are TRUE and FALSE (case-insensitive).

Please see the Types topic for more information on the data types in ElevateDB and their literal representation.
Image