Removes all matching entries under the specified transaction from the space.
| C# | Visual Basic | Visual C++ | J# |
void Clear( Object template, ITransaction tx )
Sub Clear ( _ template As Object, _ tx As ITransaction _ )
void Clear( Object^ template, ITransaction^ tx )
void Clear( Object template, ITransaction tx )
- template (Object)
- The template/query used for matching.
- tx (ITransaction)
- The transaction (if any) under which to work.
| Exception | Condition |
|---|---|
| ClearException | The operation had a failure. |
