Removes all entries under the specified transaction from the space.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
int Clear( ITransaction tx )
Function Clear ( _ tx As ITransaction _ ) As Integer
int Clear( ITransaction^ tx )
int Clear( ITransaction tx )
Parameters
- tx (ITransaction)
- The transaction (if any) under which to work.
Return Value
Number of removed entries.
Exceptions
Exception | Condition |
---|---|
ClearException | The operation had a failure. |