Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.54 KB

File metadata and controls

57 lines (45 loc) · 1.54 KB

Function: IsQuery

Determine whether the given value is a BoxLang Query object.

Method Signature

IsQuery(value=[any])

Arguments

Argument Type Required Description Default
value any true Value to test for query-ness.

Examples

Related