Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.72 KB

File metadata and controls

56 lines (44 loc) · 1.72 KB

Function: QueryKeyExists

This function returns true if the key exists in the query

Method Signature

QueryKeyExists(query=[query], key=[string])

Arguments

Argument Type Required Description Default
query query true The query to check for the key
key string true The key to check for

Examples

Related