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 |
|---|---|
| ClearException | The operation had a failure. |
