isCaseInsensitive property

bool? isCaseInsensitive
getter/setter pair

TRUE if the dataset and its table names are case-insensitive, otherwise FALSE.

By default, this is FALSE, which means the dataset and its table names are case-sensitive. This field does not affect routine references.

Optional.

Implementation

core.bool? isCaseInsensitive;