id_name property

id_name property

Gets and sets the name of id column.

Remarks

If this property is set , a column will be inserted with automatical increment int value.

Definition:

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

See Also