QueryKeyExists
This function returns true if the key exists in the query
Method Signature
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
Check to see if column exists in Query
Uses the member function syntax
Result: true
Additional Examples
Related
Last updated
Was this helpful?