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