Type to start searching...
allDay : string
captions : string
codes : string
contactNames : string
contacts : string
endTimes : string
icons : string
monthCaptions : string
notes : string
participantIds : string
participants : string
precisions : string
startTimes : string
weekCaptions : string
where : string
Logical expression that the items must satisfy. If quasiquoted, it is expanded on the client every time the model is (re-)loaded.
Special local variable this (=controller) is provided by the framework for the function
Constant where expression:
(= (@ firstName) "Joe")
Function returning where clause:
`(generate-where-clause this "EntityId")
In a library:
(define (generate-where-clause controller var)
...
)