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