query property

String? query
getter/setter pair

SQL query text to execute.

The useLegacySql field can be used to indicate whether the query uses legacy SQL or GoogleSQL.

Required.

Implementation

core.String? query;