DropCommand Constructor (Uri, ClearMode, Boolean) |
Creates a new DROP command.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public DropCommand(
Uri graphUri,
ClearMode mode,
bool silent
)
Public Sub New (
graphUri As Uri,
mode As ClearMode,
silent As Boolean
)
Parameters
- graphUri
- Type: SystemUri
URI ofthe Graph to DROP. - mode
- Type: VDS.RDF.Update.CommandsClearMode
DROP Mode to use. - silent
- Type: SystemBoolean
Whether the DROP should be done silently.
See Also