Removes all matching entries under the default transaction from the space.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
int Clear( Object template )
Function Clear ( _ template As Object _ ) As Integer
int Clear( Object^ template )
int Clear( Object template )
Parameters
- template (Object)
- The template/query used for matching.
Return Value
Number of removed entries.
Exceptions
Exception | Condition |
---|---|
ClearException | The operation had a failure. |