Removes all entries under the specified transaction from the space.

C# | Visual Basic | Visual C++ | J# |
void Clear( ITransaction tx )
Sub Clear ( _ tx As ITransaction _ )
void Clear( ITransaction^ tx )
void Clear( ITransaction tx )

- tx (ITransaction)
- The transaction (if any) under which to work.

Exception | Condition |
---|---|
UnusableEntryException | A serialized field of the object being read cannot be deserialized. |
TransactionException | Transaction error occured. |
InactiveSpaceException | The space is in backup mode and therefore is not active. |