trimBlanks property

bool? trimBlanks
final

A value that specifies to remove the trailing white space characters from a VARCHAR string. This parameter applies only to columns with a VARCHAR data type. Choose true to remove unneeded white space. The default is false.

Implementation

final bool? trimBlanks;