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:
Syntaxpublic ClearCommand(
Uri graphUri,
ClearMode mode,
bool silent
)
Public Sub New (
graphUri As Uri,
mode As ClearMode,
silent As Boolean
)
Parameters
- graphUri
- Type: System.Uri
Graph URI. - mode
- Type: VDS.RDF.Update.Commands.ClearMode
Clear Mode. - silent
- Type: System.Boolean
Whether errors should be suppressed.
See Also