DBFunctionDTO
FunctionDTO that represents the internal DBFunction
Sub Type Property: "_type" : "DBFunction"
Fields
Type
Name
Description
Optional
Default Value
sql
The sql code of the function.
false
not
The flag to invert the function.
true
false
Example
{
"_type" : "DBFunction",
"not" : false,
"sql" : ""
}