useExplicitColumnNames property
True if the column names are explicitly specified.
For example by using the 'CREATE VIEW v(c1, c2) AS ...' syntax. Can only be set for GoogleSQL views.
Implementation
core.bool? useExplicitColumnNames;
True if the column names are explicitly specified.
For example by using the 'CREATE VIEW v(c1, c2) AS ...' syntax. Can only be set for GoogleSQL views.
core.bool? useExplicitColumnNames;