ClearCommand Constructor (Uri, ClearMode, Boolean) |
Creates a Command which clears the given Graph or Graphs depending on the Clear Mode specified.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public ClearCommand(
Uri graphUri,
ClearMode mode,
bool silent
)
Public Sub New (
graphUri As Uri,
mode As ClearMode,
silent As Boolean
)
Parameters
- graphUri
- Type: SystemUri
Graph URI. - mode
- Type: VDS.RDF.Update.CommandsClearMode
Clear Mode. - silent
- Type: SystemBoolean
Whether errors should be suppressed.
See Also