connection property

FieldDatabase.connection property

Gets or sets a connection to the data.

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

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

See Also