ClearCommand Constructor (ClearMode, Boolean) |
Creates a Command which performs the specified type of clear.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public ClearCommand(
ClearMode mode,
bool silent
)
Public Sub New (
mode As ClearMode,
silent As Boolean
)
Parameters
- mode
- Type: VDS.RDF.Update.CommandsClearMode
Clear Mode. - silent
- Type: SystemBoolean
Whether errors should be suppressed.
See Also