update_empty_string_as_null property

update_empty_string_as_null property

If TRUE, Null will be inserted if the value is “”;

Definition:

@property
def update_empty_string_as_null(self):
    ...
@update_empty_string_as_null.setter
def update_empty_string_as_null(self, value):
    ...

See Also