useExplicitColumnNames property

bool? useExplicitColumnNames
getter/setter pair

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;