trimBlanks property
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;