allow_null_strings


Description:

[ NoAccessorMethod ]
[ Version ( since = "0.14.0" ) ]
public bool allow_null_strings { get; set; }

Whether string / binary columns can have null values.

If true, then strings in "null_values" are considered null for string columns. If false, then all strings are valid string values.