isTemporary property

bool isTemporary
getter/setter pair

A flag to represent permanence.

This flag is used for test suites that use a temporary database to run tests against, dropping it after the tests are complete. This property is optional.

Implementation

bool isTemporary = false;