last_record property

FieldDatabase.last_record property

Gets or sets the integral record number of the last data record to insert.

@property
def last_record(self) -> str:
    ...

@last_record.setter
def last_record(self, value: str):
    ...

See Also