insert_rows property

insert_rows property

Indicates whether new rows should be added for importing data records.

Definition:

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

See Also