QueryColumnExists
This function returns true if the column exists in the query
Method Signature
Arguments
Argument
Type
Required
Description
Default
query
query
true
The query to check for the column
column
string
true
The column to check for
Examples
Related
Last updated